summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libiptc/libiptc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c
index c7dffcae..99481578 100644
--- a/libiptc/libiptc.c
+++ b/libiptc/libiptc.c
@@ -1447,9 +1447,9 @@ subtract_counters(STRUCT_COUNTERS *answer,
answer->bcnt = a->bcnt - b->bcnt;
fprintf(stderr, "pcnt: %llu - %llu = %llu\n",
- a->pcnt, b->pcnt answer->pcnt);
+ a->pcnt, b->pcnt, answer->pcnt);
fprintf(stderr, "bcnt: %llu - %llu = %llu\n",
- a->bcnt, b->bcnt answer->bcnt);
+ a->bcnt, b->bcnt, answer->bcnt);
}
int