From 3dc7d0613ce15cac3e31eafbb9b0d50db4c79f97 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Thu, 15 Jul 2010 15:14:48 +0000 Subject: Correct function prototype and usage message. --- apps/pdfclean.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/pdfclean.c') diff --git a/apps/pdfclean.c b/apps/pdfclean.c index b3b0c1dd..d36c612f 100644 --- a/apps/pdfclean.c +++ b/apps/pdfclean.c @@ -269,7 +269,6 @@ static void cleanusage(void) "usage: pdfclean [options] input.pdf [outfile.pdf] [pages]\n" "\t-p -\tpassword for decryption\n" "\t-g\tgarbage collect unused objects (an additional -g compacts xref)\n" - "\t-r\tremove unused object numbers from xref\n" "\t-x\texpand compressed streams\n"); exit(1); } @@ -403,7 +402,7 @@ static void renumberxref(void) xref->len = newnum; } -static void outputpdf() +static void outputpdf(void) { int lastfree; int num; -- cgit v1.2.3