gallium: update fallthrough comments

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7747>
This commit is contained in:
Pierre-Eric Pelloux-Prayer 2020-11-24 11:29:35 +01:00
parent cd432d9981
commit c7986febf2
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ dri2_allocate_textures(struct dri_context *ctx,
if (!screen->auto_fake_front) {
continue; /* invalid attachment */
}
/* fallthrough */
FALLTHROUGH;
case __DRI_BUFFER_FAKE_FRONT_LEFT:
statt = ST_ATTACHMENT_FRONT_LEFT;
break;