From 1f90287df3129cb267422e482c52ebeca6a8990f Mon Sep 17 00:00:00 2001 From: "tomhudson@google.com" Date: Fri, 1 Jun 2012 13:15:47 +0000 Subject: Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. Original patch by landry.breuil. http://code.google.com/p/skia/issues/detail?id=626 git-svn-id: http://skia.googlecode.com/svn/trunk@4112 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkFontHost.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/core/SkFontHost.h') diff --git a/include/core/SkFontHost.h b/include/core/SkFontHost.h index fd01b5f201..31f628f544 100644 --- a/include/core/SkFontHost.h +++ b/include/core/SkFontHost.h @@ -245,7 +245,7 @@ public: */ enum LCDOrientation { kHorizontal_LCDOrientation = 0, //!< this is the default - kVertical_LCDOrientation = 1, + kVertical_LCDOrientation = 1 }; static void SetSubpixelOrientation(LCDOrientation orientation); @@ -264,7 +264,7 @@ public: enum LCDOrder { kRGB_LCDOrder = 0, //!< this is the default kBGR_LCDOrder = 1, - kNONE_LCDOrder = 2, + kNONE_LCDOrder = 2 }; static void SetSubpixelOrder(LCDOrder order); -- cgit v1.2.3