anv/wayland: fix assert typo
authorEric Engestrom <eric.engestrom@imgtec.com>
Tue, 30 Aug 2016 10:30:12 +0000 (11:30 +0100)
committerAnuj Phogat <anuj.phogat@gmail.com>
Tue, 30 Aug 2016 20:47:51 +0000 (13:47 -0700)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/intel/vulkan/anv_wsi_wayland.c

index a9e161710f94d7c584cf8384d34ab487b9a3676e..d210e79bbcbc2eaa7a200f789c6204ffe00ba0d5 100644 (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;
    }
 }