diff options
| author | raysan5 <[email protected]> | 2021-06-05 12:33:05 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-06-05 12:33:05 +0200 |
| commit | e95d8bc655cb69320a835b9af9fd041bcd1257f7 (patch) | |
| tree | c15e44201ba9af029f161065a643ad79c7c7efa7 /src/textures.c | |
| parent | 6445200a93354825daae733e3172a330c4ee2110 (diff) | |
| download | raylib-e95d8bc655cb69320a835b9af9fd041bcd1257f7.tar.gz raylib-e95d8bc655cb69320a835b9af9fd041bcd1257f7.zip | |
Minor format tweaks
Diffstat (limited to 'src/textures.c')
| -rw-r--r-- | src/textures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c index dbad6220..05e8ea95 100644 --- a/src/textures.c +++ b/src/textures.c @@ -425,7 +425,7 @@ bool ExportImage(Image image, const char *fileName) RL_FREE(fileData); } #else - if (false) {} + if (false) { } #endif #if defined(SUPPORT_FILEFORMAT_BMP) else if (IsFileExtension(fileName, ".bmp")) success = stbi_write_bmp(fileName, image.width, image.height, channels, imgData); |
