Another warning as error fix for r9554

git-svn-id: http://skia.googlecode.com/svn/trunk@9557 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
robertphillips@google.com 2013-06-12 22:41:30 +00:00
parent dd5d46256d
commit 4f77c88277

View File

@ -39,7 +39,7 @@ static const SkPoint linearPts[][2] = {
static const SkPoint radialPts[][2] = {
{{0, 0.5f}, {1, 0.5f}},
{{0.5, 0 }, {0.5, 1 }},
{{0.5f, 0 }, {0.5f, 1 }},
{{1, 0.5f}, {0, 0.5f}},
{{0.5f, 1 }, {0.5f, 0 }},