first build in a long while, clear up a warning

..\src\options.c(4005) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int (__cdecl *)(void)'
This commit is contained in:
nhmall
2017-10-04 12:21:05 -04:00
parent 8a45da0e8d
commit 429288cac9
2 changed files with 4 additions and 4 deletions

View File

@@ -2334,7 +2334,7 @@ int fld;
}
int
count_status_hilites()
count_status_hilites(VOID_ARGS)
{
int count;
status_hilite_linestr_gather();