From f092dd903d56bf069013f6a1a44761e37a243f99 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 4 Nov 2001 21:40:18 +0000 Subject: [PATCH] make standardEncodingNames global --- pdf2swf/xpdf/FontInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2swf/xpdf/FontInfo.h b/pdf2swf/xpdf/FontInfo.h index ee85b95..cb0b175 100644 --- a/pdf2swf/xpdf/FontInfo.h +++ b/pdf2swf/xpdf/FontInfo.h @@ -16,7 +16,7 @@ //------------------------------------------------------------------------ #define standardEncodingSize 335 -static char *standardEncodingNames[standardEncodingSize] = { +char *standardEncodingNames[standardEncodingSize] = { NULL, NULL, NULL, -- 1.7.10.4