Module Name:    src
Committed By:   enami
Date:           Thu Dec  9 10:24:56 UTC 2010

Modified Files:
        src/bin/dd: args.c

Log Message:
Wrap long line.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/bin/dd/args.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/dd/args.c
diff -u src/bin/dd/args.c:1.28 src/bin/dd/args.c:1.29
--- src/bin/dd/args.c:1.28	Sun Dec  5 23:35:59 2010
+++ src/bin/dd/args.c	Thu Dec  9 10:24:56 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: args.c,v 1.28 2010/12/05 23:35:59 jym Exp $	*/
+/*	$NetBSD: args.c,v 1.29 2010/12/09 10:24:56 enami Exp $	*/
 
 /*-
  * Copyright (c) 1991, 1993, 1994
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)args.c	8.3 (Berkeley) 4/2/94";
 #else
-__RCSID("$NetBSD: args.c,v 1.28 2010/12/05 23:35:59 jym Exp $");
+__RCSID("$NetBSD: args.c,v 1.29 2010/12/09 10:24:56 enami Exp $");
 #endif
 #endif /* not lint */
 
@@ -382,7 +382,8 @@
 			/* NOTREACHED */
 		}
 		if (ddflags & cp->noset) {
-			errx(EXIT_FAILURE, "%s: illegal conversion combination", tmp.name);
+			errx(EXIT_FAILURE,
+			    "%s: illegal conversion combination", tmp.name);
 			/* NOTREACHED */
 		}
 		ddflags |= cp->set;

Reply via email to