diff options
Diffstat (limited to 'console-tools/reset.c')
-rw-r--r-- | console-tools/reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/reset.c b/console-tools/reset.c index f36ef54..a2bf44d 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c @@ -40,7 +40,7 @@ int reset_main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) #if ENABLE_STTY return stty_main(2, (char**)args); #else - execvp("stty", args); + execvp("stty", (char**)args); #endif } return EXIT_SUCCESS; |