diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-04-14 14:12:54 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-04-14 14:12:54 +0000 |
| commit | fa1650c0c8e8ce0c114c2ad3ba7ae65071c2f2a1 (patch) | |
| tree | 895c2814d694d70ab9b078d7b88f82cb28c0cebc /sys/boot | |
| parent | b014d005c962bb46677f3455a49cc908bf87ba8d (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -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 ae02d9e7bd95..be5b561e492d 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) |
