aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/btfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/btfile.cpp')
-rw-r--r--engines/cge/btfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/btfile.cpp b/engines/cge/btfile.cpp
index 3cdb3c7199..0552e78c1c 100644
--- a/engines/cge/btfile.cpp
+++ b/engines/cge/btfile.cpp
@@ -92,7 +92,7 @@ BT_PAGE *BTFILE::GetPage(int lev, uint16 pgn) {
// Does this work, or does it have to compare the entire buffer?
#define memicmp(s1, s2, n) scumm_strnicmp((const char *)s1, (const char *)s2, n)
-
+
BT_KEYPACK *BTFILE::Find(const char *key) {
int lev = 0;
uint16 nxt = BT_ROOT;