aboutsummaryrefslogtreecommitdiff
path: root/tools/parse.nom
diff options
context:
space:
mode:
Diffstat (limited to 'tools/parse.nom')
-rwxr-xr-xtools/parse.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/parse.nom b/tools/parse.nom
index d28c80c..ac9c42f 100755
--- a/tools/parse.nom
+++ b/tools/parse.nom
@@ -24,7 +24,7 @@ externally (print tree $t at indent $indent) means:
say "\$indent\($t.1)"
"Var":
- say "\($indent)%\($t.1)"
+ say "\($indent)$\($t.1)"
else:
say "\$indent\($t.type):"