X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_parse_option.c;h=69da0403eb5ff877bd3516d0059faaf662f70ef3;hb=edd9af8a874ebc9f2a7f02846807229a648917db;hp=7f06f2959133fe46724344184d890a5d52befd9a;hpb=092e0c8763ef268918fb8117be9579d375ac8cfc;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++;