diff --git a/es-app/src/guis/GuiApplicationUpdater.cpp b/es-app/src/guis/GuiApplicationUpdater.cpp
index f0299bd2f..68b5782fd 100644
--- a/es-app/src/guis/GuiApplicationUpdater.cpp
+++ b/es-app/src/guis/GuiApplicationUpdater.cpp
@@ -54,8 +54,8 @@ GuiApplicationUpdater::GuiApplicationUpdater()
     mGrid.setEntry(mProcessStep1, glm::ivec2 {1, 2}, false, true, glm::ivec2 {2, 1});
 
 #if defined(_WIN64)
-    const std::string step2Text {Utils::String::replace(
-        Utils::FileSystem::getParent(mDownloadPackageFilename), , "/", "\\")};
+    const std::string step2Text {
+        Utils::String::replace(Utils::FileSystem::getParent(mDownloadPackageFilename), "/", "\\")};
 #else
     const std::string step2Text {mLinuxAppImage ?
                                      "INSTALL PACKAGE" :