diff options
| author | raysan5 <raysan5@gmail.com> | 2016-08-31 10:27:29 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-08-31 10:27:29 +0200 |
| commit | a9ab516dae83d95a8701160bb7dcc72917e2d2ab (patch) | |
| tree | 132ae134dae801b1f0367306ff6113d1f47c51af /src/textures.c | |
| parent | d27709b1f20f3630354990f30aaf70442cb176f3 (diff) | |
| download | raylib-a9ab516dae83d95a8701160bb7dcc72917e2d2ab.tar.gz raylib-a9ab516dae83d95a8701160bb7dcc72917e2d2ab.zip | |
Formatting 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 8f4fa301..4d9fc6b0 100644 --- a/src/textures.c +++ b/src/textures.c @@ -1612,7 +1612,7 @@ static Image LoadDDS(const char *fileName) image.mipmaps = header.mipmapCount; - switch(header.ddspf.fourCC) + switch (header.ddspf.fourCC) { case FOURCC_DXT1: { |
