From 9b6f44e0403f9214343bdafd054a628aa1506630 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 1 May 2022 17:06:00 +0200 Subject: style fix Signed-off-by: Denys Vlasenko --- examples/shutdown-1.0/script/hardshutdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/shutdown-1.0/script/hardshutdown.c') diff --git a/examples/shutdown-1.0/script/hardshutdown.c b/examples/shutdown-1.0/script/hardshutdown.c index c21ddad..b4af26f 100644 --- a/examples/shutdown-1.0/script/hardshutdown.c +++ b/examples/shutdown-1.0/script/hardshutdown.c @@ -102,7 +102,7 @@ enum action_t { REBOOT }; -int main(int argc, char *argv[]) +int main(int argc, char **argv) { struct timespec t = {0,0}; enum action_t action = SHUTDOWN; -- cgit v1.1