about summary refs log tree commit diff stats
path: root/074console.mu
diff options
context:
space:
mode:
Diffstat (limited to '074console.mu')
-rw-r--r--074console.mu3
1 files changed, 1 insertions, 2 deletions
diff --git a/074console.mu b/074console.mu
index b6d4b4d7..29945850 100644
--- a/074console.mu
+++ b/074console.mu
@@ -53,8 +53,7 @@ recipe read-event [
     *idx <- add *idx, 1
     reply result, x/same-as-ingredient:0, 1/found, 0/quit
   }
-  # real event source is infrequent; avoid polling it too much
-  switch
+  switch  # real event source is infrequent; avoid polling it too much
   result:event, found?:boolean <- check-for-interaction
   reply result, x/same-as-ingredient:0, found?, 0/quit
 ]