fixed: compile
authorBob van Loosen <bob.loosen@gmail.com>
Sat, 3 Mar 2012 22:26:52 +0000 (23:26 +0100)
committerBob van Loosen <bob.loosen@gmail.com>
Sat, 3 Mar 2012 22:26:52 +0000 (23:26 +0100)
src/lib/platform/util/timeutils.h

index bfbc5c42e444951dd368beffa012021cc0068469..58cc89bc39db5f5aebd63aeafe352082c87a72e2 100644 (file)
@@ -78,7 +78,7 @@ namespace PLATFORM
   inline int64_t GetTimeMs()
   {
   #if defined(__APPLE__)
-    return (int64_t) (CVGetCurrentHostTime() / (int64_t)(CVGetHostClockFrequency() * 0.001 + 0.5);
+    return (int64_t) (CVGetCurrentHostTime() / (int64_t)(CVGetHostClockFrequency() * 0.001 + 0.5));
   #elif defined(__WINDOWS__)
     time_t rawtime;
     time(&rawtime);