mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
fix: Add missing void as function argument (#22317)
This commit is contained in:

committed by
GitHub

parent
458299df79
commit
53841df58d
2
src/cjson/fpconv.c
vendored
2
src/cjson/fpconv.c
vendored
@@ -202,7 +202,7 @@ int fpconv_g_fmt(char *str, double num, int precision)
|
|||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
void fpconv_init()
|
void fpconv_init(void)
|
||||||
{
|
{
|
||||||
fpconv_update_locale();
|
fpconv_update_locale();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user