summary refs log tree commit diff stats
path: root/lib/wrappers
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wrappers')
-rwxr-xr-xlib/wrappers/lua/lua.nim8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/wrappers/lua/lua.nim b/lib/wrappers/lua/lua.nim
index 7f419fa83..58c827b79 100755
--- a/lib/wrappers/lua/lua.nim
+++ b/lib/wrappers/lua/lua.nim
@@ -265,9 +265,9 @@ type
   lua_Chunkwriter* = lua_Writer
   
 #
-#** {======================================================================
+#** ======================================================================
 #** Debug API
-#** =======================================================================
+#** ======================================================================
 #
 
 const 
@@ -305,9 +305,9 @@ type
   lua_Hook* = proc (L: Plua_State, ar: Plua_Debug){.cdecl.}
   
 #
-#** {======================================================================
+#** ======================================================================
 #** Debug API
-#** =======================================================================
+#** ======================================================================
 #
 
 proc lua_getstack*(L: Plua_State, level: int, ar: Plua_Debug): int{.cdecl,