diff options
Diffstat (limited to 'coreutils/dd.c')
-rw-r--r-- | coreutils/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/dd.c b/coreutils/dd.c index a9536a584..8d859ef5c 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c | |||
@@ -200,7 +200,7 @@ int dd_main(int argc, char **argv) | |||
200 | out_part++; | 200 | out_part++; |
201 | } | 201 | } |
202 | } | 202 | } |
203 | 203 | ||
204 | if (ENABLE_FEATURE_DD_IBS_OBS && oc) { | 204 | if (ENABLE_FEATURE_DD_IBS_OBS && oc) { |
205 | xwrite(ofd, obuf, oc); | 205 | xwrite(ofd, obuf, oc); |
206 | out_part++; | 206 | out_part++; |