mirror of
https://github.com/glest/glest-source.git
synced 2025-08-09 18:06:30 +02:00
Fixed syntax error
This commit is contained in:
@@ -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 (...) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user