about summary refs log tree commit diff stats
path: root/src/task.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/task.lua')
-rw-r--r--src/task.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task.lua b/src/task.lua
index ebb1567..9546069 100644
--- a/src/task.lua
+++ b/src/task.lua
@@ -391,7 +391,7 @@ function spawn_main()
   assert(false, "Teliva ran out of stuff to do. Possible causes:\n"..
                 "- main() returned. Apps shouldn't let this happen.\n"..
                 "- App is reading past the end of a file (after recv() returned nil)\n"..
-                "- Some channel is blocked forever.\n"..
+                "- Some channel is blocked forever.\n")
   curses.nodelay(true)
   curses.getch()
 end