diff options
| -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", |
