aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2002-05-11 03:12:02 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2002-05-11 03:12:02 +0000
commitc01df1d3653eb91115560e128fe6890a773e13f6 (patch)
treef114c9c000833aacc6c21a2a0be8ad51ae87d9e2 /bin/dd
parent94a48596a3d168f80462a7f2be9ece9dc0da09f8 (diff)
downloadsrc-c01df1d3653eb91115560e128fe6890a773e13f6.tar.gz
src-c01df1d3653eb91115560e128fe6890a773e13f6.zip
Notes
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/args.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dd/args.c b/bin/dd/args.c
index 6a4607e199fb..1727404a75d7 100644
--- a/bin/dd/args.c
+++ b/bin/dd/args.c
@@ -372,6 +372,7 @@ get_num(const char *val)
mult = sizeof(int);
break;
default:
+ ;
}
if (mult != 0) {