mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
fix: Add missing void as function argument (#22317)
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
void fpconv_init()
|
||||
void fpconv_init(void)
|
||||
{
|
||||
fpconv_update_locale();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user