summaryrefslogtreecommitdiff
path: root/src/core/wee-string.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-07-05 09:51:26 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-07-05 09:51:26 +0200
commit8fc8cbc12922245c103a6c8024584c7731af80d3 (patch)
treeb2c74eb2b82fa266c9c81c64764b0bb96223dfeb /src/core/wee-string.c
parente702722842ec0958b986971270af5e08687f2eb8 (diff)
downloadweechat-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.c2
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 *