st/oxr: Fix some error message formatting in oxr_verify

This commit is contained in:
Ryan Pavlik 2019-06-03 17:48:59 -05:00
parent 0696203858
commit 9c979099e3

View file

@ -276,7 +276,7 @@ oxr_verify_XrSessionCreateInfo(struct oxr_logger* log,
{ {
if (createInfo->type != XR_TYPE_SESSION_CREATE_INFO) { if (createInfo->type != XR_TYPE_SESSION_CREATE_INFO) {
return oxr_error(log, XR_ERROR_VALIDATION_FAILURE, return oxr_error(log, XR_ERROR_VALIDATION_FAILURE,
"createInfo->type"); "(createInfo->type)");
} }
if (createInfo->next == NULL) { if (createInfo->next == NULL) {