aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/cdda.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/cdda.h')
-rw-r--r--engines/scumm/cdda.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/scumm/cdda.h b/engines/scumm/cdda.h
index 4e5c3c49f8..c1e6e82c9e 100644
--- a/engines/scumm/cdda.h
+++ b/engines/scumm/cdda.h
@@ -44,9 +44,9 @@ namespace Scumm {
* Create a new SeekableAudioStream from the CDDA data in the given stream.
* Allows for seeking (which is why we require a SeekableReadStream).
*
- * @param stream the SeekableReadStream from which to read the CDDA data
- * @param disposeAfterUse whether to delete the stream after use
- * @return a new SeekableAudioStream, or NULL, if an error occurred
+ * @param stream The SeekableReadStream from which to read the CDDA data
+ * @param disposeAfterUse Whether to delete the stream after use
+ * @return a new SeekableAudioStream, or NULL, if an error occurred
*/
Audio::SeekableAudioStream *makeCDDAStream(
Common::SeekableReadStream *stream,