git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e910f5
)
added missing const
author
kramm
<kramm>
Sat, 8 Sep 2007 18:24:44 +0000
(18:24 +0000)
committer
kramm
<kramm>
Sat, 8 Sep 2007 18:24:44 +0000
(18:24 +0000)
src/pdf2swf.c
patch
|
blob
|
history
diff --git
a/src/pdf2swf.c
b/src/pdf2swf.c
index
748cdf4
..
6e1c096
100644
(file)
--- 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";
}