CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/01/18 16:55:25

Modified files:
        .              : ChangeLog 
        cygnal         : http.cpp 

Log message:
        fix extra semicolon error.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5430&r2=1.5431
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/http.cpp?cvsroot=gnash&r1=1.13&r2=1.14

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5430
retrieving revision 1.5431
diff -u -b -r1.5430 -r1.5431
--- ChangeLog   18 Jan 2008 12:19:46 -0000      1.5430
+++ ChangeLog   18 Jan 2008 16:55:24 -0000      1.5431
@@ -1,3 +1,7 @@
+2008-01-18 Sandro Santilli <[EMAIL PROTECTED]>
+
+       * cygnal/http.cpp: fix extra semicolon error.
+
 2008-01-18 Benjamin Wolsey <[EMAIL PROTECTED]>
 
        * libbase/rc.{h,cpp}: add methods to set whitelist, blacklist, 

Index: cygnal/http.cpp
===================================================================
RCS file: /sources/gnash/gnash/cygnal/http.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- cygnal/http.cpp     13 Dec 2007 21:20:29 -0000      1.13
+++ cygnal/http.cpp     18 Jan 2008 16:55:25 -0000      1.14
@@ -71,7 +71,7 @@
     _te.clear();
     _accept.clear();
     _filesize = 0;
-};
+}
 
 HTTP &
 HTTP::operator = (HTTP& /*obj*/)


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to