diff options
Diffstat (limited to 'query.c')
-rw-r--r-- | query.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ #include "query.h" /* - * Return allocated string containing next query string parameter - * ("key=value"). The string is truncated to max characters. If - * truncation occurred, the -1th character of the string is set to 1. + * Return an allocated string containing the next query string parameter + * ("key=value"). The string is truncated to max characters. If truncation + * occurred, the -1th character of the string is set to 1. */ char * nextparam(enum method method, int max) |