Typo causing (harmless) warnings.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3474 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user