From b033e85324927cb4580b9a98004955cf5f3b3a55 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 23 Jan 2015 12:47:46 +0100 Subject: tools: Fix fprintf() statement Close #2240. --- tools/cpu/nios2/ptf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/cpu/nios2/ptf.c b/tools/cpu/nios2/ptf.c index 1f71a1acaf..076c287222 100644 --- a/tools/cpu/nios2/ptf.c +++ b/tools/cpu/nios2/ptf.c @@ -540,7 +540,7 @@ void ptf_dump_ptf_item(FILE *f, struct ptf_item *pi) } else { - fprintf(f, " %d: NULL\n"); + fprintf(f, " %d: NULL\n", i); } fflush(f); } -- cgit v1.2.3