TOWNS AUDIO: fix typo

svn-id: r51655
This commit is contained in:
Florian Kagerer 2010-08-02 20:17:05 +00:00
parent 7f1f4c8b07
commit 20d6173ee0

View File

@ -572,7 +572,7 @@ int TownsAudioInterface::intf_pcmPlayEffect(va_list &args) {
TownsAudio_WaveTable w;
w.readHeader(data);
if (!w.size < (w.loopStart + w.loopLen))
if (w.size < (w.loopStart + w.loopLen))
return 13;
if (!w.size)