about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index c53a6ccd..6299e054 100644
--- a/mu.arc
+++ b/mu.arc
@@ -1307,7 +1307,7 @@
     (break-if remaining?:boolean)
     (free:integer-address/deref <- copy 0:literal)
   }
-  reply:chan:channel-address/deref)
+  (reply chan:channel-address/deref))
 
 (init-fn read
   (default-scope:scope-address <- new scope:literal 30:literal)