mirror of
https://github.com/encounter/aurora.git
synced 2025-07-04 20:26:07 +00:00
Fix typo
This commit is contained in:
parent
b076cccf22
commit
88462e669a
@ -174,7 +174,7 @@ constexpr double SBig(double val) { return val; }
|
||||
#if _WIN32
|
||||
using Sstat = struct ::_stat64;
|
||||
#else
|
||||
using SStat = struct stat;
|
||||
using Sstat = struct stat;
|
||||
#endif
|
||||
|
||||
uint64_t getGCTime();
|
||||
|
Loading…
x
Reference in New Issue
Block a user