wineps.drv: Declare some variables static const.

This commit is contained in:
Andrew Talbot 2008-12-01 12:52:49 +00:00 committed by Alexandre Julliard
parent 89509eb628
commit 6fd73ce645
1 changed files with 2 additions and 2 deletions

View File

@ -193,12 +193,12 @@ BOOL T1_download_glyph(PSDRV_PDEVICE *physDev, DOWNLOAD *pdl, DWORD index,
LOGFONTW lf;
RECT rc;
char glyph_def_begin[] =
static const char glyph_def_begin[] =
"/%s findfont dup\n"
"/Private get begin\n"
"/CharStrings get begin\n"
"/%s %d RD\n";
char glyph_def_end[] =
static const char glyph_def_end[] =
"ND\n"
"end end\n";