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