added missing {
[swftools.git] / src / pdf2swf.c
index 2f5b7b5..edc9bbc 100644 (file)
@@ -688,7 +688,7 @@ int main(int argn, char *argv[])
     pdf->destroy(pdf);
 
     char*zip = "";
-    if(zlib)
+    if(zlib) {
        zip = "-z";
        systemf("swfcombine %s -X %d -Y %d \"%s\" viewport=\"%s\" -o \"%s\"",zip,width,height,
                viewer, outputname, outputname);