X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_parse_option.c;h=69da0403eb5ff877bd3516d0059faaf662f70ef3;hb=6f8642c6df35a876f2f0bce3557886d45ac41a7a;hp=7f06f2959133fe46724344184d890a5d52befd9a;hpb=0febfbd11d87acd8a0f10bbcf5d4a58bb68b8dc0;p=collectd.git diff --git a/src/utils_parse_option.c b/src/utils_parse_option.c index 7f06f295..69da0403 100644 --- a/src/utils_parse_option.c +++ b/src/utils_parse_option.c @@ -92,7 +92,7 @@ int parse_string (char **ret_buffer, char **ret_string) buffer++; } } - + /* Eat up trailing spaces */ while (isspace ((int) *buffer)) buffer++;