Skip to content

Commit 6887c77

Browse files
authored
Remove semicolon outside function
1 parent 7924e27 commit 6887c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/vk_mem_alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ Use it as a unique identifier to virtual allocation within the single block.
908908

909909
Use value `VK_NULL_HANDLE` to represent a null/invalid allocation.
910910
*/
911-
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VmaVirtualAllocation);
911+
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VmaVirtualAllocation)
912912

913913
/** @} */
914914

0 commit comments

Comments
 (0)