Source-Changes-HG archive

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

[src/trunk]: src/dist/ipf/tools format string needs end of statement ; for pr...



details:   https://anonhg.NetBSD.org/src/rev/fd28036f1690
branches:  trunk
changeset: 762639:fd28036f1690
user:      plunky <plunky%NetBSD.org@localhost>
date:      Thu Feb 24 18:33:06 2011 +0000

description:
format string needs end of statement ; for previous commit

diffstat:

 dist/ipf/tools/ipmon.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 93275d684e69 -r fd28036f1690 dist/ipf/tools/ipmon.c
--- a/dist/ipf/tools/ipmon.c    Thu Feb 24 17:42:16 2011 +0000
+++ b/dist/ipf/tools/ipmon.c    Thu Feb 24 18:33:06 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipmon.c,v 1.17 2011/02/24 14:33:23 christos Exp $      */
+/*     $NetBSD: ipmon.c,v 1.18 2011/02/24 18:33:06 plunky Exp $        */
 
 /*
  * Copyright (C) 2001-2006 by Darren Reed.
@@ -910,7 +910,7 @@
                        " Forward: Pkts in %" PRId64 " Bytes in %" PRId64
                        " Pkts out %" PRId64 " Bytes out %" PRId64
                        " Backward: Pkts in %" PRId64 " Bytes in %" PRId64
-                       " Pkts out %" PRId64 " Bytes out %" PRId64,
+                       " Pkts out %" PRId64 " Bytes out %" PRId64;
 #else
                        " Forward: Pkts in %qd Bytes in %qd Pkts out %qd Bytes out %qd Backward: Pkts in %qd Bytes in %qd Pkts out %qd Bytes out %qd";
 #endif /* PRId64 */



Home | Main Index | Thread Index | Old Index