aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkBlitRow.h
diff options
context:
space:
mode:
authorGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-01 13:15:47 +0000
committerGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-01 13:15:47 +0000
commit1f90287df3129cb267422e482c52ebeca6a8990f (patch)
tree1bcf1230cd5645401679e37ca3ad5d37d57ce2ac /include/core/SkBlitRow.h
parent15eeca00684b4d5baad8e47c5b2f77404b978cb0 (diff)
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
Diffstat (limited to 'include/core/SkBlitRow.h')
-rw-r--r--include/core/SkBlitRow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkBlitRow.h b/include/core/SkBlitRow.h
index 973ab4c02a..febc405f29 100644
--- a/include/core/SkBlitRow.h
+++ b/include/core/SkBlitRow.h
@@ -42,7 +42,7 @@ public:
enum Flags32 {
kGlobalAlpha_Flag32 = 1 << 0,
- kSrcPixelAlpha_Flag32 = 1 << 1,
+ kSrcPixelAlpha_Flag32 = 1 << 1
};
/** Function pointer that blends 32bit colors onto a 32bit destination.