Commit 2bd84420 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

wineps.drv: Make constant 'glyph_def' static.

parent 7933f7be
......@@ -291,7 +291,7 @@ BOOL T42_download_glyph(PHYSDEV dev, DOWNLOAD *pdl, DWORD index,
char *buf;
TYPE42 *t42;
const char glyph_def[] =
static const char glyph_def[] =
"/%s findfont exch 1 index\n"
"havetype42gdir\n"
"{/GlyphDirectory get begin %d exch def end}\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment