mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
st/oxr: Fix some error message formatting in oxr_verify
This commit is contained in:
parent
0696203858
commit
9c979099e3
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue