Author: mordante
Date: Sat Mar 24 11:31:45 2012
New Revision: 53635
URL: http://svn.gna.org/viewcvs/wesnoth?rev=53635&view=rev
Log:
Properly return EXIT_SUCCESS upon success.
Modified:
trunk/src/wesmage/wesmage.cpp
Modified: trunk/src/wesmage/wesmage.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/wesmage/wesmage.cpp?rev=53635&r1=53634&r2=53635&view=diff
==============================================================================
--- trunk/src/wesmage/wesmage.cpp (original)
+++ trunk/src/wesmage/wesmage.cpp Sat Mar 24 11:31:45 2012
@@ -60,5 +60,5 @@
return EXIT_FAILURE;
}
- return 0;
+ return EXIT_SUCCESS;
}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits