*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2019-11-19 20:09:49 +00:00
parent c780768779
commit 78ec0911e7
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ ev_time (void)
ui.u.HighPart = ft.dwHighDateTime;
/* also, msvc cannot convert ulonglong to double... yes, it is that sucky */
return EV_TS_FROM_USEC (((LONGLONG)(ui.QuadPart - 116444736000000000) * 1e-1))
return EV_TS_FROM_USEC (((LONGLONG)(ui.QuadPart - 116444736000000000) * 1e-1));
}
#endif