Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed Doxygen typo.
  • Loading branch information
icculus committed Mar 24, 2012
1 parent de54065 commit 716ea05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physfs.h
Expand Up @@ -2741,7 +2741,7 @@ PHYSFS_DECL PHYSFS_sint64 PHYSFS_readBytes(PHYSFS_File *handle, void *buffer,
PHYSFS_uint64 len);

/**
* \fn PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle, const void *buffer, PHYSFS_uint64 len)
* \fn PHYSFS_sint64 PHYSFS_writeBytes(PHYSFS_File *handle, const void *buffer, PHYSFS_uint64 len)
* \brief Write data to a PhysicsFS filehandle
*
* The file must be opened for writing.
Expand Down

0 comments on commit 716ea05

Please sign in to comment.