Skip to content

Commit 94b1aca

Browse files
Merge pull request #404 from serboupal/serboupal-semicolon
Remove semicolon outside function
2 parents 7924e27 + 6887c77 commit 94b1aca

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)