mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 20:24:35 +03:00
Fix typo in gettime implementation on darwin
This commit is contained in:
@ -432,7 +432,8 @@ void Platform_gettime_monotonic(uint64_t* msec) {
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
Generic_gettime_monotomic(msec);
|
Generic_gettime_monotonic(msec);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user