From e6f4d10e7fca5a381d98f6e606279c71a76f83b5 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 5 Jan 2003 01:37:00 +0000 Subject: [PATCH] Minor doxygen fix. --- physfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physfs.h b/physfs.h index a08bf772..17232f7c 100644 --- a/physfs.h +++ b/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. * * For buffered files opened for writing, this will put the current contents