diff options
| author | Dusan Durech <dusan@debian.(none)> | 2008-11-11 23:39:21 +0100 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.(none)> | 2008-11-11 23:39:21 +0100 |
| commit | 957f3411170ca1d5f30ee2e2c4e25393195cce75 (patch) | |
| tree | 18567d663d6d759d447b65458a410f426dae9044 /src/base/shareFunction.c | |
| parent | de05256afe45ad24cda83ed1e2cf873c97de132c (diff) | |
modification coding stile :)
Diffstat (limited to 'src/base/shareFunction.c')
| -rw-r--r-- | src/base/shareFunction.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/shareFunction.c b/src/base/shareFunction.c index e6e912a..f3a83d5 100644 --- a/src/base/shareFunction.c +++ b/src/base/shareFunction.c @@ -52,6 +52,7 @@ void *getShareFce(char *name) share_fce_item_t *this; this = (share_fce_item_t *) listShareFce->list[i]; + if (strcmp(this->name, name) == 0) return this->function; } |