Commit 2cb4fa04 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wineps: Fix the spelling of a constant.

parent c627c168
......@@ -37,7 +37,7 @@ struct list_entry
int unk[4];
};
#define GLYPH_SET_OMMIT_CP 1
#define GLYPH_SET_OMIT_CP 1
struct glyph_set
{
int size;
......
......@@ -1549,7 +1549,7 @@ static BOOL map_glyph_to_unicode(struct font_data *font_data,
return FALSE;
p = (const unsigned short *)((const char *)glyph_set + glyph_set->glyph_set_off);
if (glyph_set->flags & GLYPH_SET_OMMIT_CP)
if (glyph_set->flags & GLYPH_SET_OMIT_CP)
{
const struct code_page *code_page = (const struct code_page *)((const char *)glyph_set + glyph_set->cp_off);
unsigned short def_cp;
......
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