Fix 'implicit int' instance.

This commit is contained in:
Stefan Farfeleder 2005-04-09 14:07:13 +00:00
parent c19618dd7d
commit 94bd92c387
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144837

View File

@ -358,7 +358,7 @@ bail_out(int c)
}
static void
get_arg(c)
get_arg(int c)
{
if (argc < 0)