anv/wayland: fix assert typo
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
committed by
Anuj Phogat
parent
4e68bb620f
commit
aac91fffae
@@ -116,7 +116,7 @@ wl_drm_format_for_vk_format(VkFormat vk_format, bool alpha)
|
||||
#endif
|
||||
|
||||
default:
|
||||
assert("!Unsupported Vulkan format");
|
||||
assert(!"Unsupported Vulkan format");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user