diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/vulkan/anv_formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_formats.c b/src/intel/vulkan/anv_formats.c index eb1514bb42f..b7cac527ac5 100644 --- a/src/intel/vulkan/anv_formats.c +++ b/src/intel/vulkan/anv_formats.c @@ -1155,7 +1155,7 @@ VkResult anv_GetPhysicalDeviceImageFormatProperties2( external_props->externalMemoryProperties = android_image_props; break; } - /* fallthrough if ahw not supported */ + /* fallthrough - if ahw not supported */ default: /* From the Vulkan 1.0.42 spec: * |