aboutsummaryrefslogtreecommitdiff
path: root/deallocvt.c
diff options
context:
space:
mode:
Diffstat (limited to 'deallocvt.c')
-rw-r--r--deallocvt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deallocvt.c b/deallocvt.c
index b51fbaef4..8c390c261 100644
--- a/deallocvt.c
+++ b/deallocvt.c
@@ -19,7 +19,7 @@ int deallocvt_main(int argc, char *argv[])
19 19
20 //if ((argc > 2) || ((argv == 2) && (**(argv + 1) == '-'))) 20 //if ((argc > 2) || ((argv == 2) && (**(argv + 1) == '-')))
21 if (argc > 2) 21 if (argc > 2)
22 usage(deallocvt_usage); 22 show_usage();
23 23
24 fd = get_console_fd("/dev/console"); 24 fd = get_console_fd("/dev/console");
25 25