[Scummvm-git-logs] scummvm master -> 87c57e42de89bf9c35cad8c293d75ced3dfca25e

wjp wjp at usecode.org
Tue Jan 10 14:54:23 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
87c57e42de GRAPHICS: Fix build


Commit: 87c57e42de89bf9c35cad8c293d75ced3dfca25e
    https://github.com/scummvm/scummvm/commit/87c57e42de89bf9c35cad8c293d75ced3dfca25e
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2017-01-10T14:54:14+01:00

Commit Message:
GRAPHICS: Fix build

Changed paths:
    graphics/macgui/macfontmanager.h


diff --git a/graphics/macgui/macfontmanager.h b/graphics/macgui/macfontmanager.h
index 7ae316b..61c050b 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;





More information about the Scummvm-git-logs mailing list