Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Make the new SDL_RWops::hidden::unknown::data2 field a void*, not an …
Browse files Browse the repository at this point in the history
…int.
  • Loading branch information
icculus committed Apr 14, 2013
1 parent 39420ca commit 29a63af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_rwops.h
Expand Up @@ -138,7 +138,7 @@ typedef struct SDL_RWops
struct
{
void *data1;
int data2;
void *data2;
} unknown;
} hidden;

Expand Down

0 comments on commit 29a63af

Please sign in to comment.