aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/shutdown-1.0/script/hardshutdown.c2
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
105int main(int argc, char *argv[]) 105int 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;