aboutsummaryrefslogtreecommitdiff
path: root/layers/swapchain.cpp
diff options
context:
space:
mode:
authorbaldurk <baldurk@baldurk.org>2016-05-05 16:31:05 +0200
committerIan Elliott <ianelliott@google.com>2016-05-05 11:26:09 -0600
commita52c492233432111f5769c03c53cbb213b3cccce (patch)
tree69407ff83b81f8f51ffbad5cdeb41479e1831134 /layers/swapchain.cpp
parentc72b742f4df223aa59d11a0ac9ebe663ee321011 (diff)
downloadusermoji-a52c492233432111f5769c03c53cbb213b3cccce.tar.xz
layers: #486 Add some missing spaces where needed ...
Original commit message: Add some missing spaces where needed, hidden by string concatenation
Diffstat (limited to 'layers/swapchain.cpp')
-rw-r--r--layers/swapchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp
index 9172780d..8efa8883 100644
--- a/layers/swapchain.cpp
+++ b/layers/swapchain.cpp
@@ -1504,7 +1504,7 @@ static bool validateCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateI
if ((pCreateInfo->queueFamilyIndexCount <= 1) || !pCreateInfo->pQueueFamilyIndices) {
skipCall |= LOG_ERROR(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, device, "VkDevice",
SWAPCHAIN_CREATE_SWAP_BAD_SHARING_VALUES, "%s() called with a supported "
- "pCreateInfo->sharingMode of (i.e. %s),"
+ "pCreateInfo->sharingMode of (i.e. %s), "
"but with a bad value(s) for "
"pCreateInfo->queueFamilyIndexCount or "
"pCreateInfo->pQueueFamilyIndices).",