more lint (trunk only)

..\src\windows.c(329) : 'boolean (__cdecl *)()' differs in parameter lists from 'boolean (__cdecl *)(void)'

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/
This commit is contained in:
nethack.allison
2010-01-16 16:38:35 +00:00
parent 2b905f9162
commit edf5b1c091

View File

@@ -89,12 +89,12 @@ struct win_choices {
};
boolean
genl_can_suspend_no(){
genl_can_suspend_no(VOID_ARGS){
return FALSE;
}
boolean
genl_can_suspend_yes(){
genl_can_suspend_yes(VOID_ARGS){
return TRUE;
}