gdi: Make rop3_code_table static.

This commit is contained in:
Mike Gilbert 2011-11-30 18:17:06 -05:00
parent 6be782f73e
commit b4adefc0d4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
#include "gdi.h"
/* Ternary Raster Operation Table */
const uint32 rop3_code_table[] =
static const uint32 rop3_code_table[] =
{
0x00000042, /* 0 */
0x00010289, /* DPSoon */