Commit e0edee9d authored by hybrid's avatar hybrid

Remove stray comma from comment

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3975 dfc29bdd-3216-0410-991c-e03cc46cb475
parent e0a56a71
...@@ -77,7 +77,7 @@ public: ...@@ -77,7 +77,7 @@ public:
//! Add as a file or folder to the list //! Add as a file or folder to the list
/** \param fullPath The file name including path, from the root of the file list. /** \param fullPath The file name including path, from the root of the file list.
\param isDirectory True if this is a directory rather than a file. \param isDirectory True if this is a directory rather than a file.
\param offset, The file offset inside an archive \param offset The file offset inside an archive
\param size The size of the file in bytes. \param size The size of the file in bytes.
\param id The ID of the file in the archive which owns it */ \param id The ID of the file in the archive which owns it */
virtual u32 addItem(const io::path& fullPath, u32 offset, u32 size, bool isDirectory, u32 id=0) = 0; virtual u32 addItem(const io::path& fullPath, u32 offset, u32 size, bool isDirectory, u32 id=0) = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment