From ef96967285cd71e8554b3e9391b32347d5f8350f Mon Sep 17 00:00:00 2001 From: md5 Date: Fri, 13 May 2011 20:55:14 +0300 Subject: SWORD25 (LUA): Whitespace fixes --- engines/sword25/util/lua/lvm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sword25') diff --git a/engines/sword25/util/lua/lvm.cpp b/engines/sword25/util/lua/lvm.cpp index 15013397ba..aee31064ff 100644 --- a/engines/sword25/util/lua/lvm.cpp +++ b/engines/sword25/util/lua/lvm.cpp @@ -203,10 +203,10 @@ static int l_strcmp (const TString *ls, const TString *rs) { size_t lr = rs->tsv.len; for (;;) { #if defined(__ANDROID__) - // Android is missing strcoll(). + // Android is missing strcoll(). // For more information, refer to: // http://www.damonkohler.com/2008/12/lua-on-android.html - int temp = strcmp(l, r); + int temp = strcmp(l, r); #else int temp = strcoll(l, r); #endif -- cgit v1.2.3