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:
Eric Engestrom 2016-08-30 11:30:12 +01:00 committed by Anuj Phogat
parent 4e68bb620f
commit aac91fffae

View file

@ -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;
}
}