mirror of
https://github.com/glest/glest-source.git
synced 2025-08-10 10:24:01 +02:00
Fixed syntax error
This commit is contained in:
@@ -292,7 +292,7 @@ namespace Game {
|
|||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
ShellExecuteA(0, 0, update.c_str(), 0, 0, SW_SHOW);
|
ShellExecuteA(0, 0, update.c_str(), 0, 0, SW_SHOW);
|
||||||
#else
|
#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
|
#endif
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user