Fix Travis whining.

This commit is contained in:
gibbed
2018-11-22 09:48:04 -06:00
parent 896ac4a682
commit 86d2c9ae1e
4 changed files with 8 additions and 5 deletions

View File

@@ -34,8 +34,8 @@ std::unique_ptr<VulkanProvider> VulkanProvider::Create(Window* main_window) {
"Ensure you have the latest drivers for your GPU and that it "
"supports Vulkan.\n"
"\n"
"See https://xenia.jp/faq/ for more information and a list of supported "
"GPUs.");
"See https://xenia.jp/faq/ for more information and a list of "
"supported GPUs.");
return nullptr;
}
return provider;