Skip to content

Commit 4d18e52

Browse files
authored
ggml : Fix backtrace breaking Windows build (#3203)
1 parent ca890f5 commit 4d18e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ void ggml_print_backtrace(void) {
200200
}
201201
}
202202
#else
203-
static void ggml_print_backtrace(void) {
203+
void ggml_print_backtrace(void) {
204204
// platform not supported
205205
}
206206
#endif

0 commit comments

Comments
 (0)