about summary refs log tree commit diff stats
path: root/074console.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-20 15:14:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-20 15:14:59 -0700
commit6aa426288ba52f58537c28c755dcf26b1419b36f (patch)
treeb8eda3d483103d2005be3aa1b5b23206083ace2d /074console.mu
parent1d30814984811de685f5fd7dfb7988aa461f6c2f (diff)
downloadmu-6aa426288ba52f58537c28c755dcf26b1419b36f.tar.gz
2041
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
 ]