From: kramm Date: Sun, 4 Nov 2001 17:00:44 +0000 (+0000) Subject: added missing return statement. X-Git-Tag: release-0-1-1~16 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=cd97668d6310dcb187e495f51ea4f02fa3f7b497;hp=af8c85b9336c4a64f75499e7546557fbfe3e9cf9;p=swftools.git added missing return statement. --- diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index 122e000..4af15aa 100644 --- a/pdf2swf/SWFOutputDev.cc +++ b/pdf2swf/SWFOutputDev.cc @@ -59,10 +59,6 @@ int pagepos = 0; static void printInfoString(Dict *infoDict, char *key, char *fmt); static void printInfoDate(Dict *infoDict, char *key, char *fmt); -static char userPassword[33] = ""; -static GBool printVersion = gFalse; -static GBool printHelp = gFalse; - double fontsizes[] = { 0.833,0.833,0.889,0.889,0.788,0.722,0.833,0.778,0.600,0.600,0.600,0.600,0.576,0.576,0.576,0.576 @@ -812,6 +808,7 @@ int SWFOutputDev::setT1Font(char*name, FontEncoding*encoding) return 0; this->t1id = id; + return 1; } void SWFOutputDev::updateLineWidth(GfxState *state)