Merge pull request #48 from endrift/master

Fix copy/paste error in FSFILE_Write documentation
This commit is contained in:
smea 2014-12-09 22:30:27 -08:00
commit 0a78fb140c

View File

@ -1000,7 +1000,7 @@ FSFILE_Read(Handle handle,
/*! Write data to an open file
*
* @param[in] handle Open file handle
* @param[out] bytesWritten Number of bytes read
* @param[out] bytesWritten Number of bytes written
* @param[in] offset File offset to write to
* @param[in] buffer Buffer to write from
* @param[in] size Number of bytes to write