From ae5303ed3cf08964ec47167a86859a525dc5c075 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 26 Dec 2009 17:15:12 +0000 Subject: [PATCH] Typo causing (harmless) warnings. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3474 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/libs/graphics/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/libs/graphics/font.h b/sc2/src/libs/graphics/font.h index 07eced275..1d3828a9f 100644 --- a/sc2/src/libs/graphics/font.h +++ b/sc2/src/libs/graphics/font.h @@ -27,7 +27,7 @@ typedef struct FontPage { struct FontPage *next; UniChar pageStart; -#define CHARACTER_PAGE_MASK 0xffffff800 +#define CHARACTER_PAGE_MASK 0xfffff800 UniChar firstChar; size_t numChars; TFB_Char *charDesc;