소스 검색

Minor doxygen fix.

Ryan C. Gordon 23 년 전
부모
커밋
e6f4d10e7f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      physfs.h

+ 1 - 1
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