diff options
-rw-r--r-- | prototypes/browse/28/main.mu | 2 | ||||
-rw-r--r-- | prototypes/browse/29/main.mu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/prototypes/browse/28/main.mu b/prototypes/browse/28/main.mu index 613e8aba..0f7458e6 100644 --- a/prototypes/browse/28/main.mu +++ b/prototypes/browse/28/main.mu @@ -80,7 +80,7 @@ $render-normal:loop-body: { start-of-paragraph? <- copy 0 # false # if c is unprintable (particularly a '\r' CR), skip it compare c, 0x20 - loop-if-< + loop-if-< $render-normal:loop # If there's a newline buffered and c is a space, print the buffered # newline (hard newline). # If there's a newline buffered and c is not a newline or space, print a diff --git a/prototypes/browse/29/main.mu b/prototypes/browse/29/main.mu index e84c4176..ea9cdf02 100644 --- a/prototypes/browse/29/main.mu +++ b/prototypes/browse/29/main.mu @@ -80,7 +80,7 @@ $render-normal:loop-body: { start-of-paragraph? <- copy 0 # false # if c is unprintable (particularly a '\r' CR), skip it compare c, 0x20 - loop-if-< + loop-if-< $render-normal:loop # If there's a newline buffered and c is a space, print the buffered # newline (hard newline). # If there's a newline buffered and c is not a newline or space, print a |