Skip to content

Commit de870db

Browse files
authored
Fix build error (#314)
1 parent 7ac67a8 commit de870db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zluda_ml/src/impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub(crate) fn unimplemented() -> nvmlReturn_t {
88

99
#[cfg(not(debug_assertions))]
1010
pub(crate) fn unimplemented() -> nvmlReturn_t {
11-
nvmlReturn_t::NVML_ERROR_NOT_SUPPORTED
11+
nvmlReturn_t::ERROR_NOT_SUPPORTED
1212
}
1313

1414
#[allow(non_snake_case)]

0 commit comments

Comments
 (0)