summaryrefslogtreecommitdiff
path: root/xpp/utils/test_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/utils/test_parse.c')
-rw-r--r--xpp/utils/test_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/utils/test_parse.c b/xpp/utils/test_parse.c
index c97c209..bdcdea7 100644
--- a/xpp/utils/test_parse.c
+++ b/xpp/utils/test_parse.c
@@ -27,7 +27,7 @@ int main(int argc, char *argv[])
fprintf(stderr, "Parsing failed\n");
return 1;
}
- dump_hexfile(hd, stdout);
+ dump_hexfile2(hd, stdout, 60 );
free_hexdata(hd);
}
return 0;