diff options
| author | Karl Schultz <karl@lunarg.com> | 2016-04-07 09:40:30 -0600 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2016-04-07 09:40:30 -0600 |
| commit | ad7bf024163e0d75a32717d71e7046a27ff38ea5 (patch) | |
| tree | 31db51c4faebc360500f7c060450de39d66f1e5c | |
| parent | 7b101d69ff49b2a424c2ec0c3bf8f4d58d90bba3 (diff) | |
| download | usermoji-ad7bf024163e0d75a32717d71e7046a27ff38ea5.tar.xz | |
demos: Add missing spaces in error messages.
Change-Id: Ic9b2b2a2ea14bb087d74f6c0b697449b141899a4
| -rw-r--r-- | demos/cube.c | 4 | ||||
| -rw-r--r-- | 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", |
