Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404365
This commit is contained in:
parent
63e191d64d
commit
65a38589ba
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue