From ad7bf024163e0d75a32717d71e7046a27ff38ea5 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Thu, 7 Apr 2016 09:40:30 -0600 Subject: demos: Add missing spaces in error messages. Change-Id: Ic9b2b2a2ea14bb087d74f6c0b697449b141899a4 --- demos/cube.c | 4 ++-- demos/tri.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/cube.c b/demos/cube.c index ec66133a..3f44d097 100644 --- a/demos/cube.c +++ b/demos/cube.c @@ -2190,7 +2190,7 @@ static void demo_init_vk(struct demo *demo) { } if (!validation_found) { - ERR_EXIT("vkEnumerateInstanceLayerProperties failed to find" + ERR_EXIT("vkEnumerateInstanceLayerProperties failed to find " "required validation layer.\n\n" "Please look at the Getting Started guide for additional " "information.\n", @@ -2376,7 +2376,7 @@ static void demo_init_vk(struct demo *demo) { } if (demo->validate && !validation_found) { - ERR_EXIT("vkEnumerateDeviceLayerProperties failed to find" + ERR_EXIT("vkEnumerateDeviceLayerProperties failed to find " "a required validation layer.\n\n" "Please look at the Getting Started guide for additional " "information.\n", diff --git a/demos/tri.c b/demos/tri.c index 0f0fe550..a2c44bda 100644 --- a/demos/tri.c +++ b/demos/tri.c @@ -1806,7 +1806,7 @@ static void demo_init_vk(struct demo *demo) { } if (!validation_found) { - ERR_EXIT("vkEnumerateInstanceLayerProperties failed to find" + ERR_EXIT("vkEnumerateInstanceLayerProperties failed to find " "required validation layer.\n\n" "Please look at the Getting Started guide for additional " "information.\n", -- cgit v1.2.3