mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-04 11:33:27 +03:00
typo moment
This commit is contained in:
2
util.hpp
2
util.hpp
@@ -50,7 +50,7 @@ inline void LaunchBrowser(std::string url) {
|
||||
#elif defined(__APPLE__)
|
||||
std::system(("open " + url).c_str());
|
||||
#elif defined(__linux__)
|
||||
std::system(("xdg-open" + url).c_str());
|
||||
std::system(("xdg-open " + url).c_str());
|
||||
#else
|
||||
printf("can't open url on this platform\n");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user