mirror of
https://github.com/AxioDL/kabufuda.git
synced 2025-12-08 13:14:57 +00:00
Fix typo
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user