fix misplaced #else

This commit is contained in:
Struma 2021-05-23 22:06:35 -04:00 committed by Roza
parent 258055d86a
commit a216869375

View file

@ -578,10 +578,10 @@ RB_METHOD(mkxpLaunch) {
command += " ";
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) {