Skip to content

Commit

Permalink
Merged changeset e2515a0fdec1 into stable-2.0: documentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 5, 2010
1 parent d6fbaed commit 4d961a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions physfs.h
Expand Up @@ -1215,9 +1215,9 @@ __EXPORT__ PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle,
* The file must be opened for writing.
*
* \param handle retval from PHYSFS_openWrite() or PHYSFS_openAppend().
* \param buffer buffer to store read data into.
* \param objSize size in bytes of objects being read from (handle).
* \param objCount number of (objSize) objects to read from (handle).
* \param buffer buffer of bytes to write to (handle).
* \param objSize size in bytes of objects being written to (handle).
* \param objCount number of (objSize) objects to write to (handle).
* \return number of objects written. PHYSFS_getLastError() can shed light on
* the reason this might be < (objCount). -1 if complete failure.
*/
Expand Down

0 comments on commit 4d961a9

Please sign in to comment.