Fix missing * in one definition of OS_nanotime_since_utc_epoch.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 30 Aug 2013 15:32:10 +0000 (15:32 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 30 Aug 2013 15:32:11 +0000 (15:32 +0000)
From Igor Pashev.

src/microcode/uxenv.c

index 4ff37518dd5d8e92932d62aef3816dcce7489600..1de6808a74ebb3c5aa1f9182cf0d6b71cbb79425 100644 (file)
@@ -182,7 +182,7 @@ OS_nanotime_since_utc_epoch (struct scheme_nanotime *t)
 #elif defined(HAVE_CLOCK_GETTIME)
 
 void
-OS_nanotime_since_utc_epoch (struct scheme_nanotime t)
+OS_nanotime_since_utc_epoch (struct scheme_nanotime *t)
 {
   struct timespec ts;
   STD_VOID_SYSTEM_CALL