aboutsummaryrefslogtreecommitdiffstats
path: root/src/macmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/macmenu.c')
-rw-r--r--src/macmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macmenu.c b/src/macmenu.c
index 8610ecafd94..29233ec0d64 100644
--- a/src/macmenu.c
+++ b/src/macmenu.c
@@ -72,7 +72,7 @@ enum mac_menu_kind { /* Menu ID range */
72 MAC_MENU_END /* 32768 */ 72 MAC_MENU_END /* 32768 */
73}; 73};
74 74
75static const min_menu_id[] = {0, 1, 235, 236, 256, 16384, 32768}; 75static const int min_menu_id[] = {0, 1, 235, 236, 256, 16384, 32768};
76 76
77#define DIALOG_WINDOW_RESOURCE 130 77#define DIALOG_WINDOW_RESOURCE 130
78 78