anv: fix format string in error message
[mesa.git] / src / intel / vulkan / anv_intel.c
index f40723dae35dc3968b4b4932bab67b9089535e80..146fc41d8a839398f98c4669a460a43393409028 100644 (file)
@@ -89,7 +89,7 @@ VkResult anv_CreateDmaBufImageINTEL(
       result = vk_errorf(device->instance, device,
                          VK_ERROR_INVALID_EXTERNAL_HANDLE,
                          "dma-buf too small for image in "
-                         "vkCreateDmaBufImageINTEL: %"PRIu64"B < "PRIu64"B",
+                         "vkCreateDmaBufImageINTEL: %"PRIu64"B < %"PRIu64"B",
                          mem->bo->size, aligned_image_size);
       anv_bo_cache_release(device, &device->bo_cache, mem->bo);
       goto fail_import;