auxiliary: fix unintended fallthrough

This commit is contained in:
Luca Barbieri 2010-09-14 21:45:01 +02:00
parent cdf74a1ab9
commit ccb5e65bc9

View file

@ -82,6 +82,7 @@ util_check_caps_out(struct pipe_screen *screen, const unsigned *list, int *out)
*out = i - 3;
return FALSE;
}
break;
case UTIL_CAPS_CHECK_UNIMPLEMENTED:
*out = i - 1;
return FALSE;