diff options
Diffstat (limited to 'src/script/graphics/luaopen_JSL.cpp')
-rw-r--r-- | src/script/graphics/luaopen_JSL.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/graphics/luaopen_JSL.cpp b/src/script/graphics/luaopen_JSL.cpp index 919949c..adb109c 100644 --- a/src/script/graphics/luaopen_JSL.cpp +++ b/src/script/graphics/luaopen_JSL.cpp @@ -141,5 +141,6 @@ namespace lua luax_newtype(L, TYPE_JSL, f); return 0; } + } }
\ No newline at end of file |