From 5000cefc138a8ca2c0a1dbef420cdb3a70116789 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 18 Sep 2021 14:14:23 +0200 Subject: Fix typo in gettime implementation on darwin --- darwin/Platform.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/darwin/Platform.c b/darwin/Platform.c index 7d2d1697..93262bb6 100644 --- a/darwin/Platform.c +++ b/darwin/Platform.c @@ -432,7 +432,8 @@ void Platform_gettime_monotonic(uint64_t* msec) { #else - Generic_gettime_monotomic(msec); + Generic_gettime_monotonic(msec); #endif + } -- cgit v1.2.3