X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fpdf2swf.cc;h=ed958d17cd72e59a2fd61a2a90050f57cc50ed75;hb=219fa13e2a8d3118b26156ef68128dd6c0dd43fd;hp=aaf1945315135fbc4a142a8c8274afa6c790726d;hpb=e6db36c966ebae578e1f6cbcaefe5b72206fc996;p=swftools.git diff --git a/pdf2swf/pdf2swf.cc b/pdf2swf/pdf2swf.cc index aaf1945..ed958d1 100644 --- a/pdf2swf/pdf2swf.cc +++ b/pdf2swf/pdf2swf.cc @@ -463,6 +463,7 @@ int main(int argn, char *argv[]) } if(!swf_output_save(swf, outputname)) exit(1); + msg(" SWF written"); swf_output_destroy(swf); pdf_destroy(pdf);