Module Name:    src
Committed By:   plunky
Date:           Thu Feb 24 18:33:06 UTC 2011

Modified Files:
        src/dist/ipf/tools: ipmon.c

Log Message:
format string needs end of statement ; for previous commit


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/dist/ipf/tools/ipmon.c

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

Modified files:

Index: src/dist/ipf/tools/ipmon.c
diff -u src/dist/ipf/tools/ipmon.c:1.17 src/dist/ipf/tools/ipmon.c:1.18
--- src/dist/ipf/tools/ipmon.c:1.17	Thu Feb 24 14:33:23 2011
+++ src/dist/ipf/tools/ipmon.c	Thu Feb 24 18:33:06 2011
@@ -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 */

Reply via email to