aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/base-backend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/base-backend.cpp b/backends/base-backend.cpp
index a87352b9bc..c06695a727 100644
--- a/backends/base-backend.cpp
+++ b/backends/base-backend.cpp
@@ -62,10 +62,10 @@ void BaseBackend::fillScreen(uint32 col) {
#if defined(UNIX)
#if defined(SAMSUNGTV)
#define DEFAULT_CONFIG_FILE "/dtv/usb/sda1/.scummvmrc"
-#endif
#else
#define DEFAULT_CONFIG_FILE ".scummvmrc"
#endif
+#endif
#if !defined(UNIX)
#define DEFAULT_CONFIG_FILE "scummvm.ini"