Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/dd Minor KNF nit from rev. 1.13.



details:   https://anonhg.NetBSD.org/src/rev/98091dd33b8d
branches:  trunk
changeset: 550751:98091dd33b8d
user:      kleink <kleink%NetBSD.org@localhost>
date:      Wed Aug 20 10:43:55 2003 +0000

description:
Minor KNF nit from rev. 1.13.

diffstat:

 bin/dd/position.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 7920abfff6ff -r 98091dd33b8d bin/dd/position.c
--- a/bin/dd/position.c Wed Aug 20 09:50:16 2003 +0000
+++ b/bin/dd/position.c Wed Aug 20 10:43:55 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: position.c,v 1.14 2003/08/07 09:05:10 agc Exp $        */
+/*     $NetBSD: position.c,v 1.15 2003/08/20 10:43:55 kleink Exp $     */
 
 /*-
  * Copyright (c) 1991, 1993, 1994
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94";
 #else
-__RCSID("$NetBSD: position.c,v 1.14 2003/08/07 09:05:10 agc Exp $");
+__RCSID("$NetBSD: position.c,v 1.15 2003/08/20 10:43:55 kleink Exp $");
 #endif
 #endif /* not lint */
 
@@ -112,7 +112,8 @@
                 */
                if (ddflags & C_NOERROR) {
                        if (!warned) {
-                               char * fn;
+                               char *fn;
+
                                fn = printescaped(in.name);
                                warn("%s", fn);
                                free(fn);



Home | Main Index | Thread Index | Old Index