Skip to content

Commit c4b78a0

Browse files
giladgdslaren
andauthored
fix: change NULL to nullptr
Co-authored-by: Diego Devesa <[email protected]>
1 parent d2ca8bb commit c4b78a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-backend-reg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ static ggml_backend_reg_t ggml_backend_load_best(const char * name, bool silent,
519519
}
520520

521521
void ggml_backend_load_all() {
522-
ggml_backend_load_all_from_path(NULL);
522+
ggml_backend_load_all_from_path(nullptr);
523523
}
524524

525525
void ggml_backend_load_all_from_path(const char * dir_path) {

0 commit comments

Comments
 (0)