[Scummvm-cvs-logs] SF.net SVN: scummvm:[46443] tools/branches/gsoc2009-gui/tool.h

sev at users.sourceforge.net sev at users.sourceforge.net
Sun Dec 20 22:43:16 CET 2009


Revision: 46443
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46443&view=rev
Author:   sev
Date:     2009-12-20 21:43:16 +0000 (Sun, 20 Dec 2009)

Log Message:
-----------
Fix warning

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/tool.h

Modified: tools/branches/gsoc2009-gui/tool.h
===================================================================
--- tools/branches/gsoc2009-gui/tool.h	2009-12-20 21:37:12 UTC (rev 46442)
+++ tools/branches/gsoc2009-gui/tool.h	2009-12-20 21:43:16 UTC (rev 46443)
@@ -37,7 +37,7 @@
 	TOOLTYPE_COMPRESSION,
 	TOOLTYPE_EXTRACTION,
 	TOOLTYPE_UNKNOWN,
-	TOOLTYPE_ALL,
+	TOOLTYPE_ALL
 };
 
 /**
@@ -50,7 +50,7 @@
 enum InspectionMatch {
 	IMATCH_PERFECT,
 	IMATCH_POSSIBLE,
-	IMATCH_AWFUL,
+	IMATCH_AWFUL
 };
 
 /**


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list