od_bloaty: fix debug code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
8528d3d4f8
commit
2b9a45b9e8
@ -1371,9 +1371,13 @@ int od_main(int argc UNUSED_PARAM, char **argv)
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
for (i = 0; i < G.n_specs; i++) {
|
||||
printf("%d: fmt=\"%s\" width=%d\n",
|
||||
i, spec[i].fmt_string, width_bytes[spec[i].size]);
|
||||
{
|
||||
int i;
|
||||
for (i = 0; i < G.n_specs; i++) {
|
||||
printf("%d: fmt='%s' width=%d\n",
|
||||
i, G.spec[i].fmt_string,
|
||||
width_bytes[G.spec[i].size]);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user