fix typo in ggml.c

This commit is contained in:
Ron Jailall 2023-05-03 18:08:54 -04:00 committed by GitHub
parent 286efed05c
commit aebb5d46ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ggml.c
View file

@ -27,7 +27,7 @@
#define static_assert(cond, msg) struct global_scope_noop_trick #define static_assert(cond, msg) struct global_scope_noop_trick
#endif #endif
#if defined( ) #if defined(_WIN32)
#include <windows.h> #include <windows.h>