Skip to content

Commit 100d8e0

Browse files
ggerganovjikunshang
authored andcommitted
Update ggml.c
1 parent 7ba244b commit 100d8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ typedef void * thread_ret_t;
196196
#else
197197
inline static void * ggml_aligned_malloc(size_t size) {
198198
if (size == 0) {
199-
GGML_PRINT("WARNING: Behavior may be unexpected when allocate 0 byte for ggml_aligned_malloc!");
199+
GGML_PRINT("WARNING: Behavior may be unexpected when allocating 0 bytes for ggml_aligned_malloc!\n");
200200
return NULL;
201201
}
202202
void * aligned_memory = NULL;

0 commit comments

Comments
 (0)