aboutsummaryrefslogtreecommitdiff
path: root/common/quicktime.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-08-29 03:28:00 +0200
committerEinar Johan Trøan Sømåen2014-08-29 03:28:00 +0200
commitb7c5ce879fc386d815654fb128bf1c9a5973eefb (patch)
tree2c2521cb3022aa9a2120b18f3a2ccfaaebc75235 /common/quicktime.h
parent0593c2eab29e61692738dd8d88cfa88501803f0d (diff)
downloadscummvm-rg350-b7c5ce879fc386d815654fb128bf1c9a5973eefb.tar.gz
scummvm-rg350-b7c5ce879fc386d815654fb128bf1c9a5973eefb.tar.bz2
scummvm-rg350-b7c5ce879fc386d815654fb128bf1c9a5973eefb.zip
COMMON: Fix some Doxygen comments that seem wrong.
Diffstat (limited to 'common/quicktime.h')
-rw-r--r--common/quicktime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/quicktime.h b/common/quicktime.h
index f5fd578e3a..f74d1ed0d9 100644
--- a/common/quicktime.h
+++ b/common/quicktime.h
@@ -74,7 +74,7 @@ public:
/**
* Set the beginning offset of the video so we can modify the offsets in the stco
* atom of videos inside the Mohawk archives
- * @param the beginning offset of the video
+ * @param offset the beginning offset of the video
*/
void setChunkBeginOffset(uint32 offset) { _beginOffset = offset; }