aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/decoders/sol.h
diff options
context:
space:
mode:
authorColin Snover2017-10-06 17:09:25 -0500
committerColin Snover2017-10-06 22:56:26 -0500
commitd53e7787391683830f57c77cc8acd87c50444d40 (patch)
treee8487b405ef5df7150212c63e08895e70090f216 /engines/sci/sound/decoders/sol.h
parent15f6e6b97edf9bb2c3729078d374c5dfef836c22 (diff)
downloadscummvm-rg350-d53e7787391683830f57c77cc8acd87c50444d40.tar.gz
scummvm-rg350-d53e7787391683830f57c77cc8acd87c50444d40.tar.bz2
scummvm-rg350-d53e7787391683830f57c77cc8acd87c50444d40.zip
SCI32: Rewrap comments to 80 columns in SOL decoder
Diffstat (limited to 'engines/sci/sound/decoders/sol.h')
-rw-r--r--engines/sci/sound/decoders/sol.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sci/sound/decoders/sol.h b/engines/sci/sound/decoders/sol.h
index 1141132365..2b84b8bc35 100644
--- a/engines/sci/sound/decoders/sol.h
+++ b/engines/sci/sound/decoders/sol.h
@@ -47,8 +47,7 @@ private:
uint16 _sampleRate;
/**
- * The raw (possibly-compressed) size of audio data in
- * the stream.
+ * The raw (possibly-compressed) size of audio data in the stream.
*/
int32 _rawDataSize;