summaryrefslogtreecommitdiff
path: root/src/shutdown.c
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-12-17 00:21:53 -0800
committerMichael Forney <mforney@mforney.org>2019-12-17 00:21:53 -0800
commit30e12b9d37e6571de2a3004d4e429d4f9a39d450 (patch)
tree47987402a1d31836ec32bf3498021cd7216bd772 /src/shutdown.c
parent2255c43da734bc297f5606289616d31798cb32be (diff)
Use prototype declarations
Diffstat (limited to 'src/shutdown.c')
-rw-r--r--src/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown.c b/src/shutdown.c
index 06ff3e55..87ddc010 100644
--- a/src/shutdown.c
+++ b/src/shutdown.c
@@ -12,7 +12,7 @@
#include <unistd.h>
static noreturn void
-usage()
+usage(void)
{
fprintf(stderr, "usage: shutdown [-hpr]\n");
exit(2);