wineps.drv: Make some variables static.

This commit is contained in:
Alexandre Julliard 2006-06-12 13:46:17 +02:00
parent 11b9d02048
commit 276e223bcb
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ typedef struct {
BOOL write;
} OTTable;
const OTTable tables_templ[] = {
static const OTTable tables_templ[] = {
{ MS_MAKE_TAG('c','v','t',' '), 0, 0, NULL, TRUE },
{ MS_MAKE_TAG('f','p','g','m'), 0, 0, NULL, TRUE },
{ MS_MAKE_TAG('g','d','i','r'), 0, 0, NULL, TRUE },