diff options
Diffstat (limited to 'src/utiltime.h')
-rw-r--r-- | src/utiltime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utiltime.h b/src/utiltime.h index 500ae4dab9..6f82e5a836 100644 --- a/src/utiltime.h +++ b/src/utiltime.h @@ -17,4 +17,4 @@ void MilliSleep(int64_t n); std::string DateTimeStrFormat(const char* pszFormat, int64_t nTime); -#endif +#endif // BITCOIN_UTILTIME_H |