Commit 65a38589 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404365
parent 63e191d6
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment