X-Git-Url: http://git.squeep.com/?p=dcpu16;a=blobdiff_plain;f=common.c;h=43217719ba99144150d997adb32998bb9c3e4833;hp=bf94ef7c98341ea198a0618d847c9f79fde0c172;hb=49be905f037fbd22b6ae0275efbab2ed95d4d9b7;hpb=8ff3b508f7306154413888901dc3af4fe3ef0cbf 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;