diff options
Diffstat (limited to 'src/cjson/fpconv.c')
-rw-r--r-- | src/cjson/fpconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cjson/fpconv.c b/src/cjson/fpconv.c index 3e480ece0a..b2f7a214c2 100644 --- a/src/cjson/fpconv.c +++ b/src/cjson/fpconv.c @@ -55,7 +55,7 @@ static char locale_decimal_point = '.'; * localconv() may not be thread safe (=>crash), and nl_langinfo() is * not supported on some platforms. Use sprintf() instead - if the * locale does change, at least Lua CJSON won't crash. */ -static void fpconv_update_locale() +static void fpconv_update_locale(void) { char buf[8]; |