diff options
Diffstat (limited to 'source/tools')
-rw-r--r-- | source/tools/pdfextract.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/pdfextract.c b/source/tools/pdfextract.c index 0304845f..b9697985 100644 --- a/source/tools/pdfextract.c +++ b/source/tools/pdfextract.c @@ -219,7 +219,7 @@ int pdfextract_main(int argc, char **argv) if (fz_optind == argc) { int len = pdf_count_objects(doc); - for (o = 0; o < len; o++) + for (o = 1; o < len; o++) showobject(o); } else |