From 0b0c57d1be2f9b5d9b2e009b32123ebb0321678a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 11 Jul 2002 08:44:27 +0000 Subject: [PATCH] Removed extra #endif --- platform/unix.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/platform/unix.c b/platform/unix.c index a2e2b32e..3e426163 100644 --- a/platform/unix.c +++ b/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 ... */