summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ggml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml.c b/ggml.c
index adb38710..4a0ec4c4 100644
--- a/ggml.c
+++ b/ggml.c
@@ -132,7 +132,7 @@ void ggml_print_backtrace(void) {
"-ex", "bt -frame-info source-and-location",
"-ex", "detach",
"-ex", "quit",
- NULL);
+ (char *) NULL);
} else {
waitpid(pid, NULL, 0);
}