aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-12-19 19:12:43 +0100
committerPetr Mrázek <peterix@gmail.com>2021-12-19 19:12:43 +0100
commit3dd6cea8dad821ce3049288b224e7faa11b4494e (patch)
tree1ba241d1635ef74369e6776e2999dc6fc0e78fc5
parent6d3eace2a83b9f63a96064af5f0e70f87cd37173 (diff)
downloadPrismLauncher-3dd6cea8dad821ce3049288b224e7faa11b4494e.tar.gz
PrismLauncher-3dd6cea8dad821ce3049288b224e7faa11b4494e.tar.bz2
PrismLauncher-3dd6cea8dad821ce3049288b224e7faa11b4494e.zip
NOISSUE do people not even build their PRs when they make them?
-rw-r--r--launcher/Application.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index ec6d5984..9c965829 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -332,7 +332,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
"(%1)\n"
"\n"
"The launcher cannot continue until you fix this problem."
- ).arg(dataPath);
+ ).arg(dataPath)
);
return;
}
@@ -350,7 +350,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
"(%1)\n"
"\n"
"The launcher cannot continue until you fix this problem."
- ).arg(dataPath);
+ ).arg(dataPath)
);
return;
}
@@ -510,7 +510,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
"(%1)\n"
"\n"
"The launcher cannot continue until you fix this problem."
- ).arg(dataPath);
+ ).arg(dataPath)
);
return;
}