about summary refs log tree commit diff stats
path: root/prototypes/browse/28
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-06 15:41:42 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-06 15:43:42 -0700
commitfb778c1d86df966a159427459a7d9315ae0c63a3 (patch)
treee8fed79c026ea9713f1d9836a82524da798941cd /prototypes/browse/28
parent6e8f8c549a8bcb7e5c156ffd3017e8febc7b485e (diff)
downloadmu-fb778c1d86df966a159427459a7d9315ae0c63a3.tar.gz
6496
Diffstat (limited to 'prototypes/browse/28')
-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
           {