aboutsummaryrefslogtreecommitdiff
path: root/unix2dos.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix2dos.c')
-rw-r--r--unix2dos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix2dos.c b/unix2dos.c
index 553ad0c34..37da9a9cc 100644
--- a/unix2dos.c
+++ b/unix2dos.c
@@ -30,7 +30,7 @@ int unix2dos_main( int argc, char **argv ) {
30 if (argc > 1) { 30 if (argc > 1) {
31 c = *argv[1]; 31 c = *argv[1];
32 if (c == '-') { 32 if (c == '-') {
33 usage(unix2dos_usage); 33 show_usage();
34 } 34 }
35 } 35 }
36 c = getchar(); 36 c = getchar();