aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25
diff options
context:
space:
mode:
authorPaul Gilbert2011-05-23 18:50:57 +1000
committerPaul Gilbert2011-05-23 18:50:57 +1000
commitc13275e6572b6ecd5d2d1ffa1b4ca07dc1fcbb76 (patch)
tree4f3210a6ddfad66367a378636c59e52870b9dca7 /engines/sword25
parent2ebacc64be623cf4c4e8bff9df9c363523660939 (diff)
downloadscummvm-rg350-c13275e6572b6ecd5d2d1ffa1b4ca07dc1fcbb76.tar.gz
scummvm-rg350-c13275e6572b6ecd5d2d1ffa1b4ca07dc1fcbb76.tar.bz2
scummvm-rg350-c13275e6572b6ecd5d2d1ffa1b4ca07dc1fcbb76.zip
SWORD25: Replaced accidental backslash in include filename
Diffstat (limited to 'engines/sword25')
-rw-r--r--engines/sword25/util/lua/lauxlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/util/lua/lauxlib.cpp b/engines/sword25/util/lua/lauxlib.cpp
index 3b54cf98f1..8978cd5613 100644
--- a/engines/sword25/util/lua/lauxlib.cpp
+++ b/engines/sword25/util/lua/lauxlib.cpp
@@ -23,7 +23,7 @@
#include "lauxlib.h"
#include "scummvm_file.h"
-#include "common\textconsole.h"
+#include "common/textconsole.h"
#define FREELIST_REF 0 /* free list of references */