summaryrefslogtreecommitdiffhomepage
path: root/options/group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'options/group.cpp')
-rw-r--r--options/group.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/options/group.cpp b/options/group.cpp
index 77773744..788dd5de 100644
--- a/options/group.cpp
+++ b/options/group.cpp
@@ -69,8 +69,7 @@ bool group::contains(const QString &s) const
bool group::is_portable_installation()
{
#if defined _WIN32
- if (QFile::exists(OPENTRACK_BASE_PATH + "/portable.txt"))
- return true;
+ return QFile::exists(OPENTRACK_BASE_PATH + "/portable.txt");
#endif
return false;
}