From: Bob van Loosen Date: Sat, 3 Mar 2012 22:26:52 +0000 (+0100) Subject: fixed: compile X-Git-Tag: upstream/2.2.0~1^2~31^2~101 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=e71481b411e028f2aed5d776c80b28bca57f828e fixed: compile --- diff --git a/src/lib/platform/util/timeutils.h b/src/lib/platform/util/timeutils.h index bfbc5c4..58cc89b 100644 --- a/src/lib/platform/util/timeutils.h +++ b/src/lib/platform/util/timeutils.h @@ -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);