Explorar o código

Fix broken solaris build. (missing brace).

missing brace.
Samuel Venable %!s(int64=2) %!d(string=hai) anos
pai
achega
a65d1bfb14
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,