diff --git a/console.c b/console.c
index 394176b..bc2c167 100644
--- a/console.c
+++ b/console.c
@@ -47,8 +47,8 @@ printint(int xx, int base, int sign)
   while(--i >= 0)
     consputc(buf[i]);
 }
-
 //PAGEBREAK: 50
+
 // Print to the console. only understands %d, %x, %p, %s.
 void
 cprintf(char *fmt, ...)