From 6887c7700f5e10902845a2579aeea38bcf27aad2 Mon Sep 17 00:00:00 2001 From: serboupal Date: Fri, 26 Jan 2024 13:09:47 +0100 Subject: [PATCH] Remove semicolon outside function --- include/vk_mem_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h index 331c5e4..373887a 100644 --- a/include/vk_mem_alloc.h +++ b/include/vk_mem_alloc.h @@ -908,7 +908,7 @@ Use it as a unique identifier to virtual allocation within the single block. Use value `VK_NULL_HANDLE` to represent a null/invalid allocation. */ -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VmaVirtualAllocation); +VK_DEFINE_NON_DISPATCHABLE_HANDLE(VmaVirtualAllocation) /** @} */