fix: change NULL
to nullptr
Co-authored-by: Diego Devesa <slarengh@gmail.com>
This commit is contained in:
parent
d2ca8bb343
commit
c4b78a035e
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue