about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/arith.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/arith.mu b/apps/arith.mu
index 4f33d7be..23b078fe 100644
--- a/apps/arith.mu
+++ b/apps/arith.mu
@@ -56,7 +56,7 @@ fn main -> exit-status/ebx: int {
 
 fn simplify -> result/eax: int, look/esi: byte {
   # prime the pump
-  look <- get-char  # prime the pump
+  look <- get-char
   # do it
   result, look <- expression look
 }