From: kramm Date: Sat, 8 Sep 2007 18:24:44 +0000 (+0000) Subject: added missing const X-Git-Tag: buttons-working~573 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=20d1aafd684a9e78d141bd511597282e7f9b2d81 added missing const --- diff --git a/src/pdf2swf.c b/src/pdf2swf.c index 748cdf4..6e1c096 100644 --- a/src/pdf2swf.c +++ b/src/pdf2swf.c @@ -669,7 +669,7 @@ int main(int argn, char *argv[]) pdf->destroy(pdf); - char*zip = ""; + const char*zip = ""; if(zlib) { zip = "-z"; }