aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/sound.h')
-rw-r--r--engines/kyra/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h
index 09a87b6d87..3d74972162 100644
--- a/engines/kyra/sound.h
+++ b/engines/kyra/sound.h
@@ -35,7 +35,7 @@
namespace Audio {
class AudioStream;
-} // end of namespace Audio
+} // End of namespace Audio
namespace Kyra {
@@ -376,6 +376,6 @@ private:
static const AudioCodecs _supportedCodecs[];
};
-} // end of namespace Kyra
+} // End of namespace Kyra
#endif