diff --git a/src/game_preferences_display.cpp b/src/game_preferences_display.cpp index dc50de940b3..5e41c595f50 100644 --- a/src/game_preferences_display.cpp +++ b/src/game_preferences_display.cpp @@ -1205,7 +1205,7 @@ std::string show_wesnothd_server_search(display& disp) #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");