From 3a7ff1415cb50967ab299fe0ecec293ad80a021a Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Thu, 1 Oct 2009 13:35:15 +0000 Subject: [PATCH] Fix misplaced curly brace --- engines/grim/lua/ltm.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engines/grim/lua/ltm.cpp b/engines/grim/lua/ltm.cpp index c4c4137881c..3d012b20765 100644 --- a/engines/grim/lua/ltm.cpp +++ b/engines/grim/lua/ltm.cpp @@ -240,7 +240,6 @@ void luaT_setfallback() { lua_pushcfunction(replace); } -} // end of namespace Grim - #endif +} // end of namespace Grim