diff options
author | Willem Jan Palenstijn | 2017-01-10 14:54:14 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2017-01-10 14:54:14 +0100 |
commit | 87c57e42de89bf9c35cad8c293d75ced3dfca25e (patch) | |
tree | 4a490c5fe80c11465ebc689860524fff9e09d14f /graphics | |
parent | 19b0cc784d4fbc7a9e24c64f1d61b402fe08479d (diff) | |
download | scummvm-rg350-87c57e42de89bf9c35cad8c293d75ced3dfca25e.tar.gz scummvm-rg350-87c57e42de89bf9c35cad8c293d75ced3dfca25e.tar.bz2 scummvm-rg350-87c57e42de89bf9c35cad8c293d75ced3dfca25e.zip |
GRAPHICS: Fix build
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/macgui/macfontmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/macfontmanager.h b/graphics/macgui/macfontmanager.h index 7ae316bb04..61c050b1cf 100644 --- a/graphics/macgui/macfontmanager.h +++ b/graphics/macgui/macfontmanager.h @@ -54,7 +54,7 @@ enum { kMacFontOutline = 8, kMacFontShadow = 16, kMacFontCondense = 32, - kMacFontExtend = 64, + kMacFontExtend = 64 }; class BdfFont; |