From: Georgi Gerganov Date: Wed, 23 Nov 2022 20:40:06 +0000 (+0200) Subject: ggml : fix the fix X-Git-Tag: upstream/1.7.4~1798 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=388e9f79ad4c03801d3b2e2d14fb26c4faa938a6;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ggml : fix the fix --- diff --git a/ggml.c b/ggml.c index 6f06023a..c28628aa 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