mirror of https://github.com/xzeldon/htop.git
Fix typo in gettime implementation on darwin
This commit is contained in:
parent
c096712b8d
commit
5000cefc13
|
@ -432,7 +432,8 @@ void Platform_gettime_monotonic(uint64_t* msec) {
|
|||
|
||||
#else
|
||||
|
||||
Generic_gettime_monotomic(msec);
|
||||
Generic_gettime_monotonic(msec);
|
||||
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue