From 1cea5821524a50f58a0bd229bf68cf75a6f3d359 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sat, 6 Jun 2015 17:12:55 -0400 Subject: AUDIO: Fix syntax --- audio/decoders/3do.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/decoders') diff --git a/audio/decoders/3do.cpp b/audio/decoders/3do.cpp index 32e48005be..b3667acbd8 100644 --- a/audio/decoders/3do.cpp +++ b/audio/decoders/3do.cpp @@ -61,7 +61,7 @@ Audio3DO_ADP4_Stream::Audio3DO_ADP4_Stream(Common::SeekableReadStream *stream, u _initialRead = true; reset(); -}; +} void Audio3DO_ADP4_Stream::reset() { memcpy(&_curDecoderData, &_initialDecoderData, sizeof(_curDecoderData)); -- cgit v1.2.3