fix: change NULL to nullptr

Co-authored-by: Diego Devesa <slarengh@gmail.com>
This commit is contained in:
Gilad S. 2024-12-11 02:09:30 +02:00 committed by GitHub
parent d2ca8bb343
commit c4b78a035e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -519,7 +519,7 @@ static ggml_backend_reg_t ggml_backend_load_best(const char * name, bool silent,
}
void ggml_backend_load_all() {
ggml_backend_load_all_from_path(NULL);
ggml_backend_load_all_from_path(nullptr);
}
void ggml_backend_load_all_from_path(const char * dir_path) {