diff options
Diffstat (limited to 'command/dd.c')
-rw-r--r-- | command/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/dd.c b/command/dd.c index 1fb81c5..e298c69 100644 --- a/command/dd.c +++ b/command/dd.c @@ -12,7 +12,7 @@ static void help(void) { printf("\tcount=N\t\tCopy only N input blocks\n"); } -COMMAND(dd) { +COMMAND(dd_main) { FILE* in_file = stdin; FILE* out_file = stdout; |