diff --git a/src/rtextures.c b/src/rtextures.c index 2f8b60f17..dc6695452 100644 --- a/src/rtextures.c +++ b/src/rtextures.c @@ -650,7 +650,7 @@ bool ExportImage(Image image, const char *fileName) allocatedData = true; } - if (false) { 0 } // Required to attach following 'else' cases + if (false) { } // Required to attach following 'else' cases #if defined(SUPPORT_FILEFORMAT_PNG) else if (IsFileExtension(fileName, ".png")) {