From de870db1f1765665f31a9f94da9b8fbfb7bb5baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABlle=20van=20Essen?= <39169351+JoelleJS@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:33:05 +0100 Subject: [PATCH] Fix build error (#314) --- zluda_ml/src/impl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zluda_ml/src/impl.rs b/zluda_ml/src/impl.rs index 818d7112..ea056330 100644 --- a/zluda_ml/src/impl.rs +++ b/zluda_ml/src/impl.rs @@ -8,7 +8,7 @@ pub(crate) fn unimplemented() -> nvmlReturn_t { #[cfg(not(debug_assertions))] pub(crate) fn unimplemented() -> nvmlReturn_t { - nvmlReturn_t::NVML_ERROR_NOT_SUPPORTED + nvmlReturn_t::ERROR_NOT_SUPPORTED } #[allow(non_snake_case)]