diff options
author | nyan <nyan@FreeBSD.org> | 2005-04-14 14:12:54 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2005-04-14 14:12:54 +0000 |
commit | 1db0102589254b05ac7d148ba68af585f98634a7 (patch) | |
tree | 895c2814d694d70ab9b078d7b88f82cb28c0cebc | |
parent | 1171a2e39b67f4c033300741c06efe8b4d22f382 (diff) | |
download | FreeBSD-src-1db0102589254b05ac7d148ba68af585f98634a7.zip FreeBSD-src-1db0102589254b05ac7d148ba68af585f98634a7.tar.gz |
MFi386: revision 1.20.
-rw-r--r-- | sys/boot/pc98/libpc98/vidconsole.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/libpc98/vidconsole.c b/sys/boot/pc98/libpc98/vidconsole.c index ae02d9e..be5b561 100644 --- a/sys/boot/pc98/libpc98/vidconsole.c +++ b/sys/boot/pc98/libpc98/vidconsole.c @@ -538,7 +538,7 @@ bail_out(int c) } static void -get_arg(c) +get_arg(int c) { if (argc < 0) |