core: add comment with return value of function string_strcasestr

v2.8-utf8proc
Sébastien Helleu 2014-07-05 09:51:26 +02:00
parent e702722842
commit 8fc8cbc129
1 changed files with 2 additions and 0 deletions

View File

@ -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 *