dzn: Align the default case in dzn_image_view_prepare_dsv_desc()

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15698>
This commit is contained in:
Boris Brezillon 2022-03-31 17:39:14 +02:00 committed by Marge Bot
parent 1692d8f0f6
commit 1401f62069
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ dzn_image_view_prepare_dsv_desc(dzn_image_view *iview)
}
break;
default: unreachable("Invalid view type");
default: unreachable("Invalid view type");
}
}