about summary refs log tree commit diff stats
path: root/prototypes/browse/9-bold.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/9-bold.mu')
-rw-r--r--prototypes/browse/9-bold.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/9-bold.mu b/prototypes/browse/9-bold.mu
index a0dd6676..c2d9bfaa 100644
--- a/prototypes/browse/9-bold.mu
+++ b/prototypes/browse/9-bold.mu
@@ -55,7 +55,7 @@ fn render in: (addr buffered-file), nrows: int, ncols: int {
 fn render-page in: (addr buffered-file), toprow: int, leftcol: int, botrow: int, rightcol: int, r: (addr render-state) {
   clear toprow, leftcol, botrow, rightcol
   var row/ecx: int <- copy toprow
-$line-loop:  {
+$line-loop: {
     compare row, botrow
     break-if->=
     var col/edx: int <- copy leftcol