Add missing break for case statement.

SVN revision: 50711
This commit is contained in:
Christopher Michael 2010-07-31 05:46:16 +00:00
parent 428d5c05ab
commit cf0961ebf3
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ rectangular_get_fill_func(RGBA_Gradient *gr, int op, unsigned char aa)
sfunc = rectangular_pad; sfunc = rectangular_pad;
} }
} }
break;
default: default:
sfunc = rectangular_reflect; sfunc = rectangular_reflect;
break; break;