st/oxr: Clean up Android message.

This commit is contained in:
Ryan Pavlik 2021-04-06 11:30:25 -05:00 committed by Jakob Bornecrantz
parent d7f0380f53
commit b56441702c

View file

@ -64,9 +64,8 @@ oxr_check_android_extensions(struct oxr_logger *log, const XrInstanceCreateInfo
if (!foundAndroidExtension) {
return oxr_error(log, XR_ERROR_INITIALIZATION_FAILED,
"(createInfo->enabledExtensionNames) "
"Mandatory platform-specific "
"extension"
" " XR_KHR_ANDROID_CREATE_INSTANCE_EXTENSION_NAME " not specified");
"Mandatory platform-specific extension " XR_KHR_ANDROID_CREATE_INSTANCE_EXTENSION_NAME
" not specified");
}
{