From d808bfe60cf6d31cba3cd307c6d7cb6a80173386 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 6 Jul 2008 14:30:18 +0000 Subject: Remove comma from last item in enum, to silence warnings from solaris cc. --- lib/common/Logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; } -- cgit v1.2.3