diff options
Diffstat (limited to 'lib/escfmt/escre.myr')
-rw-r--r-- | lib/escfmt/escre.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/escfmt/escre.myr b/lib/escfmt/escre.myr index 72eb7ae..39c9a30 100644 --- a/lib/escfmt/escre.myr +++ b/lib/escfmt/escre.myr @@ -19,7 +19,7 @@ const refmt = {sb, ap, args var s : byte[:] s = std.vanext(ap) - for c in std.bychar(s) + for c : std.bychar(s) match c | '|': std.sbputs(sb, "\\|") | '*': std.sbputs(sb, "\\*") |