aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorLars Persson2006-02-12 14:42:43 +0000
committerLars Persson2006-02-12 14:42:43 +0000
commit692adbe614e3a0ebe4ac9da8d7e73ad5ae49ecae (patch)
tree5baf31157d56b37a60e82ae590de5ab59203536e /base
parentb91e8a572a1c81917346b49a865f4376eea9e3bb (diff)
downloadscummvm-rg350-692adbe614e3a0ebe4ac9da8d7e73ad5ae49ecae.tar.gz
scummvm-rg350-692adbe614e3a0ebe4ac9da8d7e73ad5ae49ecae.tar.bz2
scummvm-rg350-692adbe614e3a0ebe4ac9da8d7e73ad5ae49ecae.zip
Changed file paths from /epoc/ to /symbian/
svn-id: r20618
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index ec24f0fc68..2a3ed81b0c 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -134,7 +134,7 @@ const char *gScummVMFeatures = ""
#ifdef __SYMBIAN32__
// we want a list of compiled in engines visible in the program,
// because we also release special builds with only one engine
-#include "backends/epoc/src/main_features.inl"
+#include "backends/symbian/src/main_features.inl"
#endif
;