X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=common.c;h=43217719ba99144150d997adb32998bb9c3e4833;hb=526be661925dd6ccf083caaafe03b617e4597ad2;hp=bf94ef7c98341ea198a0618d847c9f79fde0c172;hpb=8ff3b508f7306154413888901dc3af4fe3ef0cbf;p=dcpu16 diff --git a/common.c b/common.c index bf94ef7..4321771 100644 --- a/common.c +++ b/common.c @@ -237,7 +237,7 @@ int gettimespecofday(struct timespec *ts) { ts->tv_sec = mts.tv_sec; ts->tv_nsec = mts.tv_nsec; #else /* __MACH__ */ - retval = clock_gettime(CLOCK_REALTIME, ts) + retval = clock_gettime(CLOCK_REALTIME, ts); #endif /* __MACH__ */ return retval;