diff options
-rw-r--r-- | src/gettime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gettime.h b/src/gettime.h index cde1471e5..2a6a211b8 100644 --- a/src/gettime.h +++ b/src/gettime.h @@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc., Server build: servermain.cpp */ enum TimePrecision { - PRECISION_SECONDS, + PRECISION_SECONDS = 0, PRECISION_MILLI, PRECISION_MICRO, PRECISION_NANO |