aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wall
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-12-29 22:32:43 +0000
committerEd Schouten <ed@FreeBSD.org>2009-12-29 22:32:43 +0000
commit645e7f1b9db01742d62ee77b33735aa11e35f472 (patch)
treec5e4ff3cdebd45136b9748888824fe731a32e7b8 /usr.bin/wall
parentcfd7bacef28efb62a65a679e3e879078e7932b36 (diff)
downloadsrc-645e7f1b9db01742d62ee77b33735aa11e35f472.tar.gz
src-645e7f1b9db01742d62ee77b33735aa11e35f472.zip
Add missing `void' keyword.
Notes
Notes: svn path=/head/; revision=201224
Diffstat (limited to 'usr.bin/wall')
-rw-r--r--usr.bin/wall/wall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c
index dc631167108b..9bf80762da3a 100644
--- a/usr.bin/wall/wall.c
+++ b/usr.bin/wall/wall.c
@@ -180,7 +180,7 @@ main(int argc, char *argv[])
}
static void
-usage()
+usage(void)
{
(void)fprintf(stderr, "usage: wall [-g group] [file]\n");
exit(1);