OSDN Git Service

Removed extraneous semicolon.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 30 Sep 2020 07:02:02 +0000 (00:02 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 30 Sep 2020 07:02:02 +0000 (00:02 -0700)
src/main-cocoa.m

index 9ce37de..d2dd9ec 100644 (file)
@@ -333,7 +333,7 @@ static __strong AngbandSoundCatalog* gSharedSounds = nil;
     if (gSharedSounds == nil) {
        gSharedSounds = [[AngbandSoundCatalog alloc] init];
     }
-    return gSharedSounds;;
+    return gSharedSounds;
 }
 
 + (void)clearSharedSounds {