mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-27 21:48:29 +00:00
Remove some extra semicolons
This commit is contained in:

committed by
Ozkan Sezer

parent
345cae361d
commit
457d0edeaf
@@ -688,7 +688,7 @@ static VkResult VULKAN_AllocateBuffer(VULKAN_RenderData *rendererData, VkDeviceS
|
||||
if (!VULKAN_FindMemoryTypeIndex(rendererData, memoryRequirements.memoryTypeBits, requiredMemoryProps, desiredMemoryProps, &memoryTypeIndex)) {
|
||||
VULKAN_DestroyBuffer(rendererData, bufferOut);
|
||||
SDL_LogError(SDL_LOG_CATEGORY_RENDER, "VULKAN_FindMemoryTypeIndex failed.\n");
|
||||
return VK_ERROR_UNKNOWN;;
|
||||
return VK_ERROR_UNKNOWN;
|
||||
}
|
||||
|
||||
VkMemoryAllocateInfo memoryAllocateInfo = { 0 };
|
||||
|
Reference in New Issue
Block a user