summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-09-18 14:14:23 +0200
committerBenny Baumann <BenBE@geshi.org>2021-09-18 14:14:23 +0200
commit5000cefc138a8ca2c0a1dbef420cdb3a70116789 (patch)
tree3cdc293be1d019ba4c61fc6e63f9d674ba1164f6
parentc096712b8d8735c2d3de4f1cd6d53d47d2d4713d (diff)
Fix typo in gettime implementation on darwin
-rw-r--r--darwin/Platform.c3
1 files changed, 2 insertions, 1 deletions
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
+
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy