Removed extra #endif

This commit is contained in:
Ryan C. Gordon 2002-07-11 08:44:27 +00:00
parent 6c51693092
commit 0b0c57d1be
1 changed files with 1 additions and 3 deletions

View File

@ -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 ... */