Tweak to compile.

This commit is contained in:
jwalz
2003-07-05 22:37:10 +00:00
parent 9f31602b14
commit a3278098d4

View File

@@ -2661,7 +2661,7 @@ boolean setinitial,setfromfile;
}
else if (!strcmp("number_pad", optname)) {
int i;
const char *npchoices[3] =
static const char *npchoices[3] =
{"0 (off)", "1 (on)", "2 (on, DOS compatible)"};
char *npletters = "abc";
menu_item *mode_pick = (menu_item *)0;