Minor doxygen fix.
This commit is contained in:
parent
43e61a4cd2
commit
e6f4d10e7f
2
physfs.h
2
physfs.h
|
@ -1230,7 +1230,7 @@ __EXPORT__ int PHYSFS_setBuffer(PHYSFS_file *handle, PHYSFS_uint64 bufsize);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \fn int PHYSFS_flush(PHYSFS_file *handle, PHYSFS_uint64 bufsize)
|
* \fn int PHYSFS_flush(PHYSFS_file *handle)
|
||||||
* \brief Flush a buffered PhysicsFS file handle.
|
* \brief Flush a buffered PhysicsFS file handle.
|
||||||
*
|
*
|
||||||
* For buffered files opened for writing, this will put the current contents
|
* For buffered files opened for writing, this will put the current contents
|
||||||
|
|
Loading…
Reference in New Issue