wineps.drv: Constify a variable.

This commit is contained in:
Dmitry Timoshkov 2013-04-03 16:37:51 +09:00 committed by Alexandre Julliard
parent d1b67698b9
commit 1b55e50e20
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ TYPE1 *T1_download_header(PHYSDEV dev, char *ps_name, RECT *bbox, UINT emsize)
char *buf;
TYPE1 *t1;
char dict[] = /* name, emsquare, fontbbox */
static const char dict[] = /* name, emsquare, fontbbox */
"25 dict begin\n"
" /FontName /%s def\n"
" /Encoding 256 array 0 1 255{1 index exch /.notdef put} for def\n"