about summary refs log tree commit diff stats
path: root/cpp/011load
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-03-30 17:58:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-03-30 17:58:23 -0700
commita7b6abf6262c1ac556c2cf9a5890eccb4d6b6872 (patch)
treed6dc549871b09e327c83e9a7cf8595d3ce1015e4 /cpp/011load
parent2f5f7919fd29ff05a8f182d3cb1aa9d168b58b66 (diff)
downloadmu-a7b6abf6262c1ac556c2cf9a5890eccb4d6b6872.tar.gz
995
Diffstat (limited to 'cpp/011load')
-rw-r--r--cpp/011load2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/011load b/cpp/011load
index d9da1fe3..696c99f7 100644
--- a/cpp/011load
+++ b/cpp/011load
@@ -203,7 +203,7 @@ recipe main [
 
 :(scenario parse_comment_after_instruction)
 recipe main [
-  1:integer <- copy 23:literal # comment
+  1:integer <- copy 23:literal  # comment
 ]
 +parse: instruction: 1
 +parse:   ingredient: {name: "23", value: 0, type: 0, properties: [23: literal]}