1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add comment with return value of function string_regcomp

This commit is contained in:
Sebastien Helleu
2013-08-12 10:51:49 +02:00
parent 7dea560ff5
commit 7e0ae094cc
+4
View File
@@ -845,6 +845,10 @@ string_regex_flags (const char *regex, int default_flags, int *flags)
/*
* Compiles a regex using optional flags at beginning of string (for format of
* flags in regex, see string_regex_flags()).
*
* Returns:
* 0: successful compilation
* other value: compilation failed
*/
int