diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-04 08:24:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-04 08:24:53 +0200 |
commit | bd850398e87d1208921217d0831014994d25d643 (patch) | |
tree | 3d9071e88f95dfd0e609ca9316ee50b7dc0e641d /src/plugins/alias | |
parent | 0770b9526694ad5321ec8a1d51fae38e3c2bc29f (diff) | |
download | weechat-bd850398e87d1208921217d0831014994d25d643.zip |
core: add missing comments before functions when the result must be freed after use
Diffstat (limited to 'src/plugins/alias')
-rw-r--r-- | src/plugins/alias/alias.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/alias/alias.c b/src/plugins/alias/alias.c index 82c92cadd..c0df3a3d7 100644 --- a/src/plugins/alias/alias.c +++ b/src/plugins/alias/alias.c @@ -177,6 +177,8 @@ alias_string_add_arguments (char **alias, int *length, char **argv, int start, * $n-m arguments from n to m * $* all arguments * $~ last argument + * + * Note: result must be freed after use. */ char * |