Woops, where'd that semicolon go when we most needed it?

This commit is contained in:
Lirusaito
2019-02-19 05:03:01 -05:00
parent cfc71a47db
commit 83270e13f8

View File

@@ -260,7 +260,7 @@ int LLWindow::ShellEx(const std::string& command)
#elif LL_DARWIN
"open \"";
#else // LL_LINUX or other modern unix, pray it has xdg-open
"xdg-open \""
"xdg-open \"";
#endif
return std::system((open + command + '"').c_str());
}