ソースを参照

Fix broken solaris build. (missing brace).

missing brace.
Samuel Venable 2 年 前
コミット
a65d1bfb14
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/filesystem/unix/SDL_sysfilesystem.c

+ 1 - 0
src/filesystem/unix/SDL_sysfilesystem.c

@@ -246,6 +246,7 @@ SDL_GetBasePath(void)
                 return NULL;
                 return NULL;
             }
             }
         }
         }
+    }
 #endif
 #endif
 
 
     /* If we had access to argv[0] here, we could check it for a path,
     /* If we had access to argv[0] here, we could check it for a path,