Skip to content

Commit

Permalink
Corrected documentation for SDL_rwops::read()
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 30, 2009
1 parent 93f340e commit b6a8de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_rwops.h
Expand Up @@ -45,7 +45,7 @@ typedef struct SDL_RWops {
*/
int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);

/* Read up to 'num' objects each of size 'objsize' from the data
/* Read up to 'maxnum' objects each of size 'size' from the data
source to the area pointed at by 'ptr'.
Returns the number of objects read, or -1 if the read failed.
*/
Expand Down

0 comments on commit b6a8de4

Please sign in to comment.