Commit 276e223b authored by Alexandre Julliard's avatar Alexandre Julliard

wineps.drv: Make some variables static.

parent 11b9d020
......@@ -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 },
......
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