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

Commit

Permalink
Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 6, 2010
1 parent 657cfaf commit b9bf96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_rwops.h
Expand Up @@ -56,7 +56,7 @@ typedef struct SDL_RWops
int whence);

/**
* Read up to \c num objects each of size \c objsize from the data
* Read up to \c maxnum objects each of size \c size from the data
* source to the area pointed at by \c ptr.
*
* \return the number of objects read, or 0 at error or end of file.
Expand Down

0 comments on commit b9bf96f

Please sign in to comment.