diff options
| author | Michael Forney <mforney@mforney.org> | 2019-12-17 00:21:53 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-12-17 00:21:53 -0800 |
| commit | 30e12b9d37e6571de2a3004d4e429d4f9a39d450 (patch) | |
| tree | 47987402a1d31836ec32bf3498021cd7216bd772 /src/shutdown.c | |
| parent | 2255c43da734bc297f5606289616d31798cb32be (diff) | |
Use prototype declarations
Diffstat (limited to 'src/shutdown.c')
| -rw-r--r-- | src/shutdown.c | 2 |
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); |
