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:
@@ -3102,7 +3102,7 @@ logfont2name(LOGFONT lf)
|
||||
* 'guifont'
|
||||
*/
|
||||
static void
|
||||
update_im_font()
|
||||
update_im_font(void)
|
||||
{
|
||||
LOGFONT lf_wide;
|
||||
|
||||
|
Reference in New Issue
Block a user