aboutsummaryrefslogtreecommitdiffstats
path: root/src/macmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/macmenu.c')
-rw-r--r--src/macmenu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/macmenu.c b/src/macmenu.c
index aa0be0bdc2e..616d136465a 100644
--- a/src/macmenu.c
+++ b/src/macmenu.c
@@ -3272,7 +3272,8 @@ fill_menubar (wv, deep_p)
3272 } 3272 }
3273#endif /* !TARGET_API_MAC_CARBON */ 3273#endif /* !TARGET_API_MAC_CARBON */
3274 } 3274 }
3275 else 3275
3276 if (!menu)
3276 { 3277 {
3277#if TARGET_API_MAC_CARBON 3278#if TARGET_API_MAC_CARBON
3278 err = CreateNewMenu (id, 0, &menu); 3279 err = CreateNewMenu (id, 0, &menu);