1
0
forked from aniani/vim

updated for version 7.4a.009

Problem:    Compiler warnings for function prototypes.
Solution:   Add "void".  Move list_features() prototype. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2013-07-09 17:42:46 +02:00
parent e032461eed
commit fb97f28cc2
3 changed files with 6 additions and 5 deletions

View File

@@ -3102,7 +3102,7 @@ logfont2name(LOGFONT lf)
* 'guifont'
*/
static void
update_im_font()
update_im_font(void)
{
LOGFONT lf_wide;