Remove extra \ that snuck into code

This commit is contained in:
baldurk
2018-10-11 19:40:23 +01:00
parent 03cddbf283
commit 9872b87e7b
-1
View File
@@ -1926,5 +1926,4 @@ public:
const VkSubpassEndInfoKHR *pSubpassEndInfo);
IMPLEMENT_FUNCTION_SERIALISED(void, vkCmdEndRenderPass2KHR, VkCommandBuffer commandBuffer,
const VkSubpassEndInfoKHR *pSubpassEndInfo);
\
};