Use prototype for usage().

This commit is contained in:
Xin LI 2009-12-13 03:18:37 +00:00
parent 821df508e8
commit 7d0d4ebc83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200463

View File

@ -143,7 +143,7 @@ main(int argc, char **argv)
}
static void
usage()
usage(void)
{
fprintf(stderr,
"usage: mktemp [-d] [-q] [-t prefix] [-u] template ...\n");