about summary refs log tree commit diff stats
path: root/prototypes/browse/28/main.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/28/main.mu')
-rw-r--r--prototypes/browse/28/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/28/main.mu b/prototypes/browse/28/main.mu
index 79e07a60..b12ddc34 100644
--- a/prototypes/browse/28/main.mu
+++ b/prototypes/browse/28/main.mu
@@ -86,7 +86,7 @@ $render-normal:loop-body: {
         # If there's a newline buffered and c is not a newline or space, print a
         # space (soft newline).
         compare newline-seen?, 0  # false
-    $render-normal:flush-buffered-newline: {
+$render-normal:flush-buffered-newline: {
           break-if-=
           newline-seen? <- copy 0  # false
           {