Tweak to compile.
This commit is contained in:
+1
-1
@@ -2661,7 +2661,7 @@ boolean setinitial,setfromfile;
|
|||||||
}
|
}
|
||||||
else if (!strcmp("number_pad", optname)) {
|
else if (!strcmp("number_pad", optname)) {
|
||||||
int i;
|
int i;
|
||||||
const char *npchoices[3] =
|
static const char *npchoices[3] =
|
||||||
{"0 (off)", "1 (on)", "2 (on, DOS compatible)"};
|
{"0 (off)", "1 (on)", "2 (on, DOS compatible)"};
|
||||||
char *npletters = "abc";
|
char *npletters = "abc";
|
||||||
menu_item *mode_pick = (menu_item *)0;
|
menu_item *mode_pick = (menu_item *)0;
|
||||||
|
|||||||
Reference in New Issue
Block a user