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