diff options
Diffstat (limited to 'reboot/reboot.c')
-rw-r--r-- | reboot/reboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reboot/reboot.c b/reboot/reboot.c index d9a4227..007dfba 100644 --- a/reboot/reboot.c +++ b/reboot/reboot.c @@ -35,7 +35,7 @@ int main(int argc, char *argv[]) c = getopt(argc, argv, "p"); - if (c == EOF) { + if (c == -1) { break; } |