From 2f5ada58db8664937a58ee237728fbcf4a79f6c5 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Mon, 19 Oct 2020 17:00:36 -0700 Subject: [PATCH 1/1] Fixed up another multi-line comment. --- src/main-cocoa.m | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main-cocoa.m b/src/main-cocoa.m index 7b2d4e721..09eafad2d 100644 --- a/src/main-cocoa.m +++ b/src/main-cocoa.m @@ -6184,8 +6184,10 @@ static void init_windows(void) if (graf->grafID == GRAPHICS_NONE) { continue; } - /* Make the title. NSMenuItem throws on a nil title, so ensure it's - * not nil. */ + /* + * Make the title. NSMenuItem throws on a nil title, so ensure it's + * not nil. + */ key = [[NSString alloc] initWithUTF8String:graf->menuname]; title = NSLocalizedStringWithDefaultValue( key, tblname, [NSBundle mainBundle], key, @""); -- 2.11.0