mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-24 15:53:45 +02:00
fix misplaced #else
This commit is contained in:
parent
258055d86a
commit
a216869375
1 changed files with 3 additions and 3 deletions
|
@ -578,10 +578,10 @@ RB_METHOD(mkxpLaunch) {
|
||||||
|
|
||||||
command += " ";
|
command += " ";
|
||||||
command += RSTRING_PTR(arg);
|
command += RSTRING_PTR(arg);
|
||||||
#else
|
|
||||||
Debug() << command << ":" << "Arguments are not supported with xdg-open. Ignoring.";
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
Debug() << command << ":" << "Arguments are not supported with xdg-open. Ignoring.";
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (std::system(command.c_str()) != 0) {
|
if (std::system(command.c_str()) != 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue