From 11a8cb6afc3a139bd3ec39b224bafd674d358d76 Mon Sep 17 00:00:00 2001 From: stefanf Date: Sat, 9 Apr 2005 14:07:13 +0000 Subject: [PATCH] Fix 'implicit int' instance. --- sys/boot/i386/libi386/vidconsole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/i386/libi386/vidconsole.c b/sys/boot/i386/libi386/vidconsole.c index bea6b1e9e0f5..1f411006e0a9 100644 --- a/sys/boot/i386/libi386/vidconsole.c +++ b/sys/boot/i386/libi386/vidconsole.c @@ -358,7 +358,7 @@ bail_out(int c) } static void -get_arg(c) +get_arg(int c) { if (argc < 0)