Przeglądaj źródła

Fixed Doxygen typo.

Ryan C. Gordon 14 lat temu
rodzic
commit
716ea0522f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/physfs.h

+ 1 - 1
src/physfs.h

@@ -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.