diff --git a/source/game/menu/menu_state_root.cpp b/source/game/menu/menu_state_root.cpp index 0956df9b4..bed8e1f99 100644 --- a/source/game/menu/menu_state_root.cpp +++ b/source/game/menu/menu_state_root.cpp @@ -292,7 +292,7 @@ namespace Game { #ifdef WIN32 ShellExecuteA(0, 0, update.c_str(), 0, 0, SW_SHOW); #else - printf("xdg-open call resulted in: %d\n", system(("xdg-open " + update).c_str()); + printf("xdg-open call resulted in: %d\n", system(("xdg-open " + update).c_str())); #endif } catch (...) { }