diff options
Diffstat (limited to 'bin/dd/conv.c')
-rw-r--r-- | bin/dd/conv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/conv.c b/bin/dd/conv.c index 16aa5f1b8f3..023a05b2c7c 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conv.c,v 1.12 2015/01/16 06:39:31 deraadt Exp $ */ +/* $OpenBSD: conv.c,v 1.13 2016/08/16 16:44:55 krw Exp $ */ /* $NetBSD: conv.c,v 1.6 1996/02/20 19:29:02 jtc Exp $ */ /*- @@ -74,7 +74,7 @@ def(void) * Ddout copies the leftover output to the beginning of * the buffer and resets the output buffer. Reset the * input buffer to match it. - */ + */ in.dbp = out.dbp; in.dbcnt = out.dbcnt; } |