evas: Fix missing breaks in switch
authorChris Michael <cp.michael@samsung.com>
Thu, 21 Jul 2016 16:25:02 +0000 (12:25 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 21 Jul 2016 16:25:02 +0000 (12:25 -0400)
commit3bc6e30d632c46015105407f44727ed39d502216
treec7600ae5f5961280c02f206d53462903b2f9226f
parent026b7cc4950ddfec52c0a07b0bec3e9a662e7da7
evas: Fix missing breaks in switch

Coverity reports that we are missing breaks in the switch blocks here,
so add missing breaks.

Fixes Coverity CID1347413 and CID1347414

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/evas/filters/evas_filter_blur.c