about summary refs log tree commit diff stats
path: root/prototypes/browse/10.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/10.mu')
-rw-r--r--prototypes/browse/10.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/10.mu b/prototypes/browse/10.mu
index e22f689f..88c4d5c9 100644
--- a/prototypes/browse/10.mu
+++ b/prototypes/browse/10.mu
@@ -60,7 +60,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