[commit] r1219 - trunk/GME/MgaUtil

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Mar 30 12:53:06 CDT 2011


Author: ksmyth
Date: Wed Mar 30 12:53:06 2011
New Revision: 1219

Log:
Fix warning

Modified:
   trunk/GME/MgaUtil/MgaLauncher.cpp

Modified: trunk/GME/MgaUtil/MgaLauncher.cpp
==============================================================================
--- trunk/GME/MgaUtil/MgaLauncher.cpp	Fri Mar 25 17:00:58 2011	(r1218)
+++ trunk/GME/MgaUtil/MgaLauncher.cpp	Wed Mar 30 12:53:06 2011	(r1219)
@@ -850,7 +850,7 @@
 //		component.Release();
 //		CoFreeUnusedLibraries();
 //	} COMCATCH(CoFreeUnusedLibraries(););
-	} COMCATCH();
+	} COMCATCH(;);
 }
 
 // ------ Helper functions


More information about the gme-commit mailing list