elseif -> elif. Apparently I need to brush up on my CPP.

This commit is contained in:
Ben "root" Anderson
2013-10-30 00:13:07 -05:00
parent d2f43a73e4
commit 8ad1a75f69
+1 -1
View File
@@ -208,7 +208,7 @@ MutexImpl *MakeMutex( RageMutex *pParent )
#if defined(UNIX)
#include <dlfcn.h>
#include "arch/ArchHooks/ArchHooks_Unix.h"
#elseif defined(MACOSX)
#elif defined(MACOSX)
typedef int clockid_t;
static const clockid_t CLOCK_REALTIME = 0;
static const clockid_t CLOCK_MONOTONIC = 1;