mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
add a missing windows underscore
This commit is contained in:
@@ -563,7 +563,7 @@ static const uint32_t STAMP_TICKS_PER_SECOND = 1000;
|
||||
uint32_t
|
||||
monotime_coarse_to_stamp(const monotime_coarse_t *t)
|
||||
{
|
||||
return (uint32_t) t->tick_count;
|
||||
return (uint32_t) t->tick_count_;
|
||||
}
|
||||
|
||||
/* end of "_WIN32" */
|
||||
|
||||
Reference in New Issue
Block a user