From 013ee07b55a3738b28b5d46324392d8498b50f2b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 11 Mar 2010 18:46:25 +0000 Subject: removed obsolete members git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1619 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/sndfile/decoder_sndfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/sndfile/decoder_sndfile.cpp') diff --git a/src/plugins/Input/sndfile/decoder_sndfile.cpp b/src/plugins/Input/sndfile/decoder_sndfile.cpp index 73a54ef0b..abcc65d78 100644 --- a/src/plugins/Input/sndfile/decoder_sndfile.cpp +++ b/src/plugins/Input/sndfile/decoder_sndfile.cpp @@ -68,7 +68,7 @@ bool DecoderSndFile::initialize() configure(m_freq, chan, Qmmp::PCM_S16LE); qDebug("DecoderSndFile: detected format: %08X", snd_info.format); qDebug("DecoderSndFile: initialize succes"); - return TRUE; + return true; } void DecoderSndFile::deinit() -- cgit v1.2.3-13-gbd6f