summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common/Logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Logging.h b/lib/common/Logging.h
index f22755ac..12860444 100644
--- a/lib/common/Logging.h
+++ b/lib/common/Logging.h
@@ -95,7 +95,7 @@ namespace Log
INFO,
TRACE,
EVERYTHING,
- INVALID = -1,
+ INVALID = -1
};
}