diff --git a/ggml.c b/ggml.c index 6f06023..c28628a 100644 --- a/ggml.c +++ b/ggml.c @@ -16,7 +16,7 @@ #if defined _MSC_VER || defined(__MINGW32__) -#ifndef(__MINGW32__) +#if !defined(__MINGW32__) #include #else // ref: https://github.com/ggerganov/whisper.cpp/issues/168