diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-25 07:06:56 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-25 07:06:56 +0100 |
commit | 6796693d6b7db5933aaf5c6a33793abbfd3dd93c (patch) | |
tree | 43d01faf8fba5e36315714d629a2b910d1d7dce6 /test/pdfrip.c | |
parent | 3e799920074ffaa718dfa671f3ed424f80c71b71 (diff) | |
download | mupdf-6796693d6b7db5933aaf5c6a33793abbfd3dd93c.tar.xz |
cleanups and c89 fixes
Diffstat (limited to 'test/pdfrip.c')
-rw-r--r-- | test/pdfrip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pdfrip.c b/test/pdfrip.c index b34dfb11..f5f762da 100644 --- a/test/pdfrip.c +++ b/test/pdfrip.c @@ -121,8 +121,8 @@ int main(int argc, char **argv) if (error) fz_abort(error); outlines = nil; -// error = pdf_loadoutlinetree(&outlines, xref); -// if (error) { fz_warn(error->msg); fz_droperror(error); } +/* error = pdf_loadoutlinetree(&outlines, xref); */ +/* if (error) { fz_warn(error->msg); fz_droperror(error); } */ if (optind == argc) { |