OSDN Git Service

Fixed up another multi-line comment.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 20 Oct 2020 00:00:36 +0000 (17:00 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 20 Oct 2020 00:00:36 +0000 (17:00 -0700)
src/main-cocoa.m

index 7b2d4e7..09eafad 100644 (file)
@@ -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, @"");