diff --git a/Source/Core/DolphinQt/Main.cpp b/Source/Core/DolphinQt/Main.cpp index 5ae3889c38..7c56879611 100644 --- a/Source/Core/DolphinQt/Main.cpp +++ b/Source/Core/DolphinQt/Main.cpp @@ -263,7 +263,7 @@ int main(int argc, char* argv[]) #ifdef _WIN32 QString program = "Plugin/Updater/Updater.exe"; - QStringList arguments = "/S" + QStringList arguments = "/S"; QProcess *process = new QProcess(this); process->start(program, arguments);