Add missing `void' keyword for function without arguments.

This commit is contained in:
Ed Schouten 2009-12-29 08:54:03 +00:00
parent 27d434af3e
commit 0970727f4f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201181

View File

@ -287,7 +287,7 @@ word: gotsp = 1;
}
static void
usage()
usage(void)
{
(void)fprintf(stderr, "usage: wc [-Lclmw] [file ...]\n");
exit(1);