diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-05 09:51:26 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-05 09:51:26 +0200 |
commit | 8fc8cbc12922245c103a6c8024584c7731af80d3 (patch) | |
tree | b2c74eb2b82fa266c9c81c64764b0bb96223dfeb /src/core/wee-string.c | |
parent | e702722842ec0958b986971270af5e08687f2eb8 (diff) | |
download | weechat-8fc8cbc12922245c103a6c8024584c7731af80d3.zip |
core: add comment with return value of function string_strcasestr
Diffstat (limited to 'src/core/wee-string.c')
-rw-r--r-- | src/core/wee-string.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/wee-string.c b/src/core/wee-string.c index efc13b6cf..8b47f30c3 100644 --- a/src/core/wee-string.c +++ b/src/core/wee-string.c @@ -340,6 +340,8 @@ string_strcmp_ignore_chars (const char *string1, const char *string2, /* * Searches for a string in another string (locale and case independent). + * + * Returns pointer to string found, or NULL if not found. */ char * |