Explorar o código

Removed extra #endif

Ryan C. Gordon %!s(int64=24) %!d(string=hai) anos
pai
achega
0b0c57d1be
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      platform/unix.c

+ 1 - 3
platform/unix.c

@@ -303,9 +303,7 @@ void __PHYSFS_platformReleaseMutex(void *mutex)
     pthread_mutex_unlock((pthread_mutex_t *) mutex);
 } /* __PHYSFS_platformReleaseMutex */
 
-#endif /* win32 check. */
-
-#endif /* !defined __BEOS__ */
+#endif /* !defined __BEOS__ && !defined WIN32 */
 
 /* end of unix.c ... */