aboutsummaryrefslogtreecommitdiff
path: root/chvt.c
diff options
context:
space:
mode:
Diffstat (limited to 'chvt.c')
-rw-r--r--chvt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chvt.c b/chvt.c
index 37fd21ae9..45a04397a 100644
--- a/chvt.c
+++ b/chvt.c
@@ -33,7 +33,7 @@ int chvt_main(int argc, char **argv)
33 perror("VT_WAITACTIVE"); 33 perror("VT_WAITACTIVE");
34 exit(FALSE); 34 exit(FALSE);
35 } 35 }
36 exit(TRUE); 36 return(TRUE);
37} 37}
38 38
39 39