diff options
-rw-r--r-- | zluda_ml/src/impl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zluda_ml/src/impl.rs b/zluda_ml/src/impl.rs index 818d711..ea05633 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)]
|