[Scummvm-cvs-logs] SF.net SVN: scummvm: [31625] scummvm/trunk/sound/audiostream.h
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Sun Apr 20 21:02:34 CEST 2008
Revision: 31625
http://scummvm.svn.sourceforge.net/scummvm/?rev=31625&view=rev
Author: eriktorbjorn
Date: 2008-04-20 12:02:34 -0700 (Sun, 20 Apr 2008)
Log Message:
-----------
Fixed comments.
Modified Paths:
--------------
scummvm/trunk/sound/audiostream.h
Modified: scummvm/trunk/sound/audiostream.h
===================================================================
--- scummvm/trunk/sound/audiostream.h 2008-04-20 18:38:31 UTC (rev 31624)
+++ scummvm/trunk/sound/audiostream.h 2008-04-20 19:02:34 UTC (rev 31625)
@@ -106,7 +106,7 @@
/**
* An audio stream to which additional data can be appended on-the-fly.
- * Used by SMUSH, iMuseDigital, and the Kyrandia 3 VQA player.
+ * Used by SMUSH, iMuseDigital, the Kyrandia 3 VQA player, etc.
*/
class AppendableAudioStream : public Audio::AudioStream {
public:
@@ -123,7 +123,7 @@
/**
* Mark the stream as finished, that is, signal that no further data
* will be appended to it. Only after this has been done can the
- * AppendableAudioStream ever 'end' (
+ * AppendableAudioStream ever 'end'
*/
virtual void finish() = 0;
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list