Use TRUE or FALSE for booleans

This commit is contained in:
Pasi Kallinen
2024-01-05 17:00:04 +02:00
parent 3e1eeced1a
commit 8ee7b11ed6
6 changed files with 9 additions and 9 deletions

View File

@@ -802,7 +802,7 @@ extcmd_via_menu(void)
"Exceeded %d extended commands in doextcmd() menu; 'extmenu' disabled.",
MAX_EXT_CMD);
#endif /* NH_DEVEL_STATUS != NH_STATUS_RELEASED */
iflags.extmenu = 0;
iflags.extmenu = FALSE;
return -1;
}
}