gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/libbase log.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/libbase log.cpp
Date: Fri, 04 May 2007 00:11:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/05/04 00:11:24

Modified files:
        libbase        : log.cpp 

Log message:
        Removed extra errornous ';'

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.cpp?cvsroot=gnash&r1=1.48&r2=1.49

Patches:
Index: log.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- log.cpp     2 May 2007 12:39:08 -0000       1.48
+++ log.cpp     4 May 2007 00:11:24 -0000       1.49
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: log.cpp,v 1.48 2007/05/02 12:39:08 strk Exp $ */
+/* $Id: log.cpp,v 1.49 2007/05/04 00:11:24 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -157,7 +157,7 @@
 
 namespace {
     LogFile& dbglogfile = LogFile::getDefaultInstance();
-};
+}
 
 // Printf-style log for debugging info.
 void




reply via email to

[Prev in Thread] Current Thread [Next in Thread]