From 52cb89c3853f42d4cab77814e6e35c1f60f20250 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 26 Jan 2011 23:31:47 +0100 Subject: Typo. --- os/src/osdebug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/src') diff --git a/os/src/osdebug.c b/os/src/osdebug.c index c3b678f..6abde30 100644 --- a/os/src/osdebug.c +++ b/os/src/osdebug.c @@ -88,7 +88,7 @@ void osDbgPrintf(const char * str, ...) { dbgput(&hex_conv[(arg_p >> (i << 2)) & 15], 1); } } else { - dbgput("(nil)", 4); + dbgput("(nil)", 5); } break; case 'x': -- cgit v1.2.3