浏览代码

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;
             }
         }
+    }
 #endif
 
     /* If we had access to argv[0] here, we could check it for a path,