Author: loonycyborg
Date: Wed Mar 25 16:06:08 2009
New Revision: 34114
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34114&view=rev
Log:
Fix compile warning.
Modified:
trunk/src/sdl_utils.cpp
Modified: trunk/src/sdl_utils.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/sdl_utils.cpp?rev=34114&r1=34113&r2=34114&view=diff
==============================================================================
--- trunk/src/sdl_utils.cpp (original)
+++ trunk/src/sdl_utils.cpp Wed Mar 25 16:06:08 2009
@@ -1008,7 +1008,7 @@
if(nsurf == NULL || nmask == NULL) {
std::cerr << "could not make neutral surface...\n";
- return NULL;
+ return false;
}
{
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits