diff options
Diffstat (limited to 'miscutils/runlevel.c')
-rw-r--r-- | miscutils/runlevel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index 23714f7c7..df2da2b1f 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c | |||
@@ -18,8 +18,8 @@ | |||
18 | #include <time.h> | 18 | #include <time.h> |
19 | #include <stdlib.h> | 19 | #include <stdlib.h> |
20 | 20 | ||
21 | int runlevel_main(int argc, char *argv[]); | 21 | int runlevel_main(int argc, char **argv); |
22 | int runlevel_main(int argc, char *argv[]) | 22 | int runlevel_main(int argc, char **argv) |
23 | { | 23 | { |
24 | struct utmp *ut; | 24 | struct utmp *ut; |
25 | char prev; | 25 | char prev; |