util: Add missing break statement.

This commit is contained in:
José Fonseca
2010-04-09 15:25:55 +01:00
parent 7603173774
commit f9a0d1e234
+1
View File
@@ -149,6 +149,7 @@ util_format_fits_8unorm(const struct util_format_description *format_desc)
format_desc->channel[chan].size > 8) {
return FALSE;
}
break;
default:
return FALSE;
}