Skip to content
Snippets Groups Projects
Commit c6c0cb82 authored by Austin Clements's avatar Austin Clements
Browse files

Fix same wonky pagebreak bug in console.c

parent e76dab4f
No related branches found
No related tags found
No related merge requests found
......@@ -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, ...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment