Hans-Kristian Arntzen : vkd3d: Fix stray semicolon in vulkan_procs.h.

Alexandre Julliard julliard at winehq.org
Tue Oct 1 15:42:40 CDT 2019


Module: vkd3d
Branch: master
Commit: aa007299c45f3d7ec301f5bd2ff3c1034be410ac
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=aa007299c45f3d7ec301f5bd2ff3c1034be410ac

Author: Hans-Kristian Arntzen <post at arntzen-software.no>
Date:   Tue Oct  1 12:33:43 2019 +0200

vkd3d: Fix stray semicolon in vulkan_procs.h.

Signed-off-by: Hans-Kristian Arntzen <post at arntzen-software.no>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 libs/vkd3d/vulkan_procs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/vkd3d/vulkan_procs.h b/libs/vkd3d/vulkan_procs.h
index 702cfd2..ec29eb4 100644
--- a/libs/vkd3d/vulkan_procs.h
+++ b/libs/vkd3d/vulkan_procs.h
@@ -178,8 +178,8 @@ VK_DEVICE_PFN(vkUpdateDescriptorSets)
 VK_DEVICE_PFN(vkWaitForFences)
 
 /* VK_KHR_draw_indirect_count */
-VK_DEVICE_EXT_PFN(vkCmdDrawIndirectCountKHR);
-VK_DEVICE_EXT_PFN(vkCmdDrawIndexedIndirectCountKHR);
+VK_DEVICE_EXT_PFN(vkCmdDrawIndirectCountKHR)
+VK_DEVICE_EXT_PFN(vkCmdDrawIndexedIndirectCountKHR)
 
 /* VK_KHR_get_memory_requirements2 */
 VK_DEVICE_EXT_PFN(vkGetBufferMemoryRequirements2KHR)




More information about the wine-cvs mailing list