gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server as_value.h


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash/server as_value.h
Date: Wed, 18 Apr 2007 14:40:00 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Bastiaan Jacques <bjacques>     07/04/18 14:40:00

Modified files:
        server         : as_value.h 

Log message:
        Removed extra semicolons to fix compilation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_value.h?cvsroot=gnash&r1=1.45&r2=1.46

Patches:
Index: as_value.h
===================================================================
RCS file: /sources/gnash/gnash/server/as_value.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- as_value.h  18 Apr 2007 13:47:24 -0000      1.45
+++ as_value.h  18 Apr 2007 14:40:00 -0000      1.46
@@ -14,7 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: as_value.h,v 1.45 2007/04/18 13:47:24 martinwguy Exp $ */
+/* $Id: as_value.h,v 1.46 2007/04/18 14:40:00 bjacques Exp $ */
 
 #ifndef GNASH_AS_VALUE_H
 #define GNASH_AS_VALUE_H
@@ -50,7 +50,7 @@
 #endif
 
 #ifndef INFINITY
-#       define INFINITY (std::numeric_limits<double>::infinity());
+#       define INFINITY (std::numeric_limits<double>::infinity())
 #endif
 
 




reply via email to

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