Explorar o código

er, fix typo in the fix-rmitton checkin

Sean Barrett %!s(int64=10) %!d(string=hai) anos
pai
achega
0eb5da55a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      stb_image.h

+ 1 - 1
stb_image.h

@@ -5209,7 +5209,7 @@ static stbi_uc *stbi__psd_load(stbi__context *s, int *x, int *y, int *comp, int
             // Read the data.
             if (bitdepth == 16) {
                for (i = 0; i < pixelCount; i++, p += 4)
-                  *p = stbi__get16be(s) >> 8
+                  *p = stbi__get16be(s) >> 8;
             } else {
                for (i = 0; i < pixelCount; i++, p += 4)
                   *p = stbi__get8(s);