summaryrefslogtreecommitdiffhomepage
path: root/proto-wine/proton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'proto-wine/proton.cpp')
-rw-r--r--proto-wine/proton.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/proto-wine/proton.cpp b/proto-wine/proton.cpp
index e8d69fd9..f2b0269e 100644
--- a/proto-wine/proton.cpp
+++ b/proto-wine/proton.cpp
@@ -79,8 +79,7 @@ QProcessEnvironment make_steam_environ(const QString& proton_path, int appid)
QString proton_path(const QString& proton_path)
{
- QString wine_path = proton_path + "/dist/bin/wine";
- return wine_path;
+ return proton_path + "/dist/bin/wine";
}
#endif