[Scummvm-cvs-logs] CVS: scummvm/graphics fontman.cpp,1.4,1.5

kirben kirben at users.sourceforge.net
Thu Jan 6 16:10:23 CET 2005


Update of /cvsroot/scummvm/scummvm/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27372/graphics

Modified Files:
	fontman.cpp 
Log Message:

Remove extra ;


Index: fontman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/fontman.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fontman.cpp	6 Jan 2005 23:31:34 -0000	1.4
+++ fontman.cpp	7 Jan 2005 00:08:54 -0000	1.5
@@ -23,7 +23,7 @@
 
 namespace GUI {
 	extern const Graphics::NewFont g_consolefont;
-};
+}
 
 DECLARE_SINGLETON(Graphics::FontManager);
 





More information about the Scummvm-git-logs mailing list