From b5ee516575b4d2f1fd7de014230fee7cf8b6b538 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 17 Jul 2006 01:52:13 +0000 Subject: add uint and standardize on typedefs instead of unsigned --- bootmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootmain.c') diff --git a/bootmain.c b/bootmain.c index 8985776..a98ca82 100644 --- a/bootmain.c +++ b/bootmain.c @@ -61,7 +61,7 @@ cmain(void) bad: outw(0x8A00, 0x8A00); outw(0x8A00, 0x8E00); - while (1) + while(1) /* do nothing */; } -- cgit v1.2.3