This commit is contained in:
Glenn Maynard
2004-05-11 20:50:08 +00:00
parent 4fd1ead7f4
commit 7c56df3fd7
7 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ typedef struct
struct jpeg::jpeg_destination_mgr pub;
SDL_RWops *ctx;
Uint8 buffer[OUTPUT_BUFFER_SIZE];
uint8_t buffer[OUTPUT_BUFFER_SIZE];
} my_destination_mgr;