[Box Backup-commit] COMMIT r2199 - box/trunk/lib/common

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sun, 6 Jul 2008 15:30:19 +0100 (BST)


Author: chris
Date: 2008-07-06 15:30:18 +0100 (Sun, 06 Jul 2008)
New Revision: 2199

Modified:
   box/trunk/lib/common/Logging.h
Log:
Remove comma from last item in enum, to silence warnings from solaris cc.


Modified: box/trunk/lib/common/Logging.h
===================================================================
--- box/trunk/lib/common/Logging.h	2008-07-03 20:31:21 UTC (rev 2198)
+++ box/trunk/lib/common/Logging.h	2008-07-06 14:30:18 UTC (rev 2199)
@@ -95,7 +95,7 @@
 		INFO,
 		TRACE, 
 		EVERYTHING,
-		INVALID = -1,
+		INVALID = -1
 	};
 }