Skip to content
Snippets Groups Projects
Commit 1d4e73ca authored by Jakob Bornecrantz's avatar Jakob Bornecrantz
Browse files

st/oxr: Return correct error value

parent 78afc55d
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ oxr_verify_fixed_size_single_level_path(struct oxr_logger* log,
const char* name)
{
if (array_size == 0) {
return oxr_error(log, XR_ERROR_VALIDATION_FAILURE,
return oxr_error(log, XR_ERROR_RUNTIME_FAILURE,
"(%s) internal runtime error", name);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment