X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fpdf%2Fpdf.cc;h=401fbc76cecba7031567836ccbd380becd281769;hp=10cc1906d18c3e599756b4188e6b5fff2b93f51f;hb=b7ac8211d4eb07870dbc445427a73dad91742255;hpb=c463a165247bcc2d902f1af1ea0f5566d3bef942 diff --git a/lib/pdf/pdf.cc b/lib/pdf/pdf.cc index 10cc190..401fbc7 100644 --- a/lib/pdf/pdf.cc +++ b/lib/pdf/pdf.cc @@ -323,9 +323,8 @@ static void pdf_set_parameter(gfxsource_t*src, const char*name, const char*value printf("font= an dditional font filename\n"); printf("pages= the range of pages to convert (example: pages=1-100,210-)\n"); printf("zoom= the resultion (default: 72)\n"); - } else { - storeDeviceParameter(name,value); - } + } + storeDeviceParameter(name,value); } static gfxdocument_t*pdf_open(gfxsource_t*src, const char*filename)