OSDN Git Service

Fixed up another multi-line comment.
[hengbandforosx/hengbandosx.git] / 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, @"");