aboutsummaryrefslogtreecommitdiff
path: root/common/dcl.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2014-08-30 14:14:31 +0200
committerJohannes Schickel2014-08-30 14:14:31 +0200
commitec634ea07c24143e3e1736fec8934d120018fbd6 (patch)
tree5b97922243f19e49f7f9d544502a00eeaf8a4510 /common/dcl.cpp
parent1859f8e8e56e2a18ee166e86ae5b0b95df43c9aa (diff)
parent06c3a7328964d39cbafab3867b0f590f9da4b161 (diff)
downloadscummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.gz
scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.bz2
scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.zip
Merge pull request #495 from somaen/docuFix
Doxygen-fixes
Diffstat (limited to 'common/dcl.cpp')
-rw-r--r--common/dcl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/dcl.cpp b/common/dcl.cpp
index bb4e283de5..2f4cdeda6b 100644
--- a/common/dcl.cpp
+++ b/common/dcl.cpp
@@ -38,8 +38,7 @@ protected:
* @param src source stream to read from
* @param dest destination stream to write to
* @param nPacked size of packed data
- * @param nUnpacket size of unpacked data
- * @return 0 on success, non-zero on error
+ * @param nUnpacked size of unpacked data
*/
void init(ReadStream *src, byte *dest, uint32 nPacked, uint32 nUnpacked);