Author: mysqlpp
Date: Thu Nov 26 21:13:32 2009
New Revision: 2586

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2586&view=rev
Log:
WS fix

Modified:
    trunk/examples/load_jpeg.cpp

Modified: trunk/examples/load_jpeg.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/load_jpeg.cpp?rev=2586&r1=2585&r2=2586&view=diff
==============================================================================
--- trunk/examples/load_jpeg.cpp (original)
+++ trunk/examples/load_jpeg.cpp Thu Nov 26 21:13:32 2009
@@ -89,8 +89,7 @@
                                return true;
                        }
                        else {
-                               cerr << '"' << img_file <<
-                                               "\" isn't a JPEG!" << endl;
+                               cerr << '"' << img_file << "\" isn't a JPEG!" 
<< endl;
                        }
                }
                else {


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to