Skip to content

Commit

Permalink
Removed extra #endif
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 11, 2002
1 parent 6c51693 commit 0b0c57d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions platform/unix.c
Expand Up @@ -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 ... */

0 comments on commit 0b0c57d

Please sign in to comment.