mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
wineps.drv: Make constant 'glyph_def' static.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7933f7beef
commit
2bd84420a0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue