From 5105148c45d8b94543a40ad0571125ec6f2389e8 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Fri, 16 Apr 2021 14:44:40 +0100 Subject: [PATCH] xrt: Correct error number --- src/xrt/include/xrt/xrt_results.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrt/include/xrt/xrt_results.h b/src/xrt/include/xrt/xrt_results.h index d50f37912..30aebc4b7 100644 --- a/src/xrt/include/xrt/xrt_results.h +++ b/src/xrt/include/xrt/xrt_results.h @@ -56,7 +56,7 @@ typedef enum xrt_result * The given config was EGL_NO_CONFIG_KHR and EGL_KHR_no_config_context * is not supported by the display. */ - XRT_ERROR_EGL_CONFIG_MISSING = -12, + XRT_ERROR_EGL_CONFIG_MISSING = -13, /*! * Failed to initialize threading components. */