aboutsummaryrefslogtreecommitdiff
path: root/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'dd.c')
-rw-r--r--dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dd.c b/dd.c
index 2b77ea6a5..044f167c3 100644
--- a/dd.c
+++ b/dd.c
@@ -174,7 +174,7 @@ extern int dd_main(int argc, char **argv)
174 (inTotal % blockSize) != 0); 174 (inTotal % blockSize) != 0);
175 printf("%ld+%d records out\n", (long) (outTotal / blockSize), 175 printf("%ld+%d records out\n", (long) (outTotal / blockSize),
176 (outTotal % blockSize) != 0); 176 (outTotal % blockSize) != 0);
177 exit(TRUE); 177 return EXIT_SUCCESS;
178 usage: 178 usage:
179 179
180 usage(dd_usage); 180 usage(dd_usage);