From ae11a70147c05ba5e15ff29c213d49b362bdc039 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 23 Jul 2019 12:27:57 +0900 Subject: [PATCH] Correct a comment --- include/QF/Vulkan/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/QF/Vulkan/device.h b/include/QF/Vulkan/device.h index 8dc4df371..0a90ea539 100644 --- a/include/QF/Vulkan/device.h +++ b/include/QF/Vulkan/device.h @@ -24,4 +24,4 @@ qfv_device_t *QFV_CreateDevice (struct vulkan_ctx_s *ctx, const char **extensions); void QFV_DestroyDevice (qfv_device_t *device); -#endif//__QF_Vulkan_swapchain_h +#endif//__QF_Vulkan_device_h