Skip to content

Commit

Permalink
No need for volatile here.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 24, 2013
1 parent afa8d0d commit ddf7cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMG_png.c
Expand Up @@ -347,7 +347,7 @@ SDL_Surface *IMG_LoadPNG_RW(SDL_RWops *src)
SDL_Palette *palette;
png_bytep *volatile row_pointers;
int row, i;
volatile int ckey = -1;
int ckey = -1;
png_color_16 *transv;

if ( !src ) {
Expand Down

0 comments on commit ddf7cd2

Please sign in to comment.