tools: Fix fprintf() statement

Close #2240.
This commit is contained in:
Sebastian Huber
2015-01-23 12:47:46 +01:00
parent f63e9a3aa8
commit b033e85324

View File

@@ -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);
}