diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2022-05-01 17:06:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2022-05-01 17:06:00 +0200 |
commit | 9b6f44e0403f9214343bdafd054a628aa1506630 (patch) | |
tree | 64f7e35e2e92f8927c1f9882738b5e015dcf1f65 /examples/shutdown-1.0/script/hardshutdown.c | |
parent | a157c4c978d3e984f3cb7e2fc02d5ce428d5f82e (diff) | |
download | busybox-w32-9b6f44e0403f9214343bdafd054a628aa1506630.tar.gz busybox-w32-9b6f44e0403f9214343bdafd054a628aa1506630.tar.bz2 busybox-w32-9b6f44e0403f9214343bdafd054a628aa1506630.zip |
style fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/shutdown-1.0/script/hardshutdown.c')
-rw-r--r-- | examples/shutdown-1.0/script/hardshutdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shutdown-1.0/script/hardshutdown.c b/examples/shutdown-1.0/script/hardshutdown.c index c21ddad58..b4af26f0f 100644 --- a/examples/shutdown-1.0/script/hardshutdown.c +++ b/examples/shutdown-1.0/script/hardshutdown.c | |||
@@ -102,7 +102,7 @@ enum action_t { | |||
102 | REBOOT | 102 | REBOOT |
103 | }; | 103 | }; |
104 | 104 | ||
105 | int main(int argc, char *argv[]) | 105 | int main(int argc, char **argv) |
106 | { | 106 | { |
107 | struct timespec t = {0,0}; | 107 | struct timespec t = {0,0}; |
108 | enum action_t action = SHUTDOWN; | 108 | enum action_t action = SHUTDOWN; |