mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -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;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
void fpconv_init()
|
void fpconv_init(void)
|
||||||
{
|
{
|
||||||
fpconv_update_locale();
|
fpconv_update_locale();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user