diff --git a/cJSON.c b/cJSON.c index 18b52b5..fa143cc 100644 --- a/cJSON.c +++ b/cJSON.c @@ -197,7 +197,7 @@ static unsigned char get_decimal_point(void) struct lconv *lconv = localeconv(); return (unsigned char) lconv->decimal_point[0]; #else - return '.'; + return '.'; #endif }