summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main_loop.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main_loop.lua b/src/main_loop.lua
index 82e3148..785f7b2 100644
--- a/src/main_loop.lua
+++ b/src/main_loop.lua
@@ -24,9 +24,9 @@
--
function main_loop(opt)
- log.print("NOTICE", "main_loop started");
+ log.print("NOTICE", "main_loop started")
-- add main loop
- return 0; -- =0 -> OK, <0 -> error, >0 -> signal
+ return 0 -- =0 -> OK, <0 -> error, >0 -> signal
end