diff options
-rwxr-xr-x | noprml/noprml.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noprml/noprml.lua b/noprml/noprml.lua index 72267ae..dae4b5a 100755 --- a/noprml/noprml.lua +++ b/noprml/noprml.lua @@ -36,4 +36,4 @@ if result == nil then os.exit(2) end -mq.close(q)
\ No newline at end of file +mq.close(q) |