Author: loonycyborg
Date: Mon Jun 30 18:08:01 2008
New Revision: 27615

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27615&view=rev
Log:
Fixed a #define directive.

Modified:
    trunk/src/game_preferences_display.cpp

Modified: trunk/src/game_preferences_display.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_preferences_display.cpp?rev=27615&r1=27614&r2=27615&view=diff
==============================================================================
--- trunk/src/game_preferences_display.cpp (original)
+++ trunk/src/game_preferences_display.cpp Mon Jun 30 18:08:01 2008
@@ -1205,7 +1205,7 @@
 #ifndef _WIN32
 
 #ifndef WESNOTH_PREFIX
-#define WESNOTH_PREFIX = "/usr"
+#define WESNOTH_PREFIX "/usr"
 #endif         
        const std::string filename = "wesnothd";
        std::string path = WESNOTH_PREFIX + std::string("/bin");


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

Reply via email to