Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed doxygen comment.
  • Loading branch information
icculus committed Sep 27, 2017
1 parent 300beed commit 9b42fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physfs.h
Expand Up @@ -3229,7 +3229,7 @@ PHYSFS_DECL int PHYSFS_mountIo(PHYSFS_Io *io, const char *fname,


/**
* \fn int PHYSFS_mountMemory(const void *ptr, PHYSFS_uint64 len, void (*del)(void *), const char *fname, const char *mountPoint, int appendToPath)
* \fn int PHYSFS_mountMemory(const void *buf, PHYSFS_uint64 len, void (*del)(void *), const char *fname, const char *mountPoint, int appendToPath)
* \brief Add an archive, contained in a memory buffer, to the search path.
*
* \warning Unless you have some special, low-level need, you should be using
Expand Down

0 comments on commit 9b42fe2

Please sign in to comment.