Add missing break for case.

SVN revision: 50712
This commit is contained in:
Christopher Michael 2010-07-31 05:48:51 +00:00
parent cf0961ebf3
commit 4b24545c3c
1 changed files with 1 additions and 0 deletions

View File

@ -539,6 +539,7 @@ angular_get_fill_func(RGBA_Gradient *gr, int op, unsigned char aa)
sfunc = angular_pad;
}
}
break;
default:
sfunc = angular_reflect_aa;
break;