From: Erik Hofman Date: Mon, 18 Jul 2016 11:49:40 +0000 (+0200) Subject: Remove some unusal ocde..??? X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4c4fa69e3d4de5bd259695f51f44366eef7c0b51;p=simgear.git Remove some unusal ocde..??? --- diff --git a/simgear/sound/readwav.cxx b/simgear/sound/readwav.cxx index 81b51b37..3661fe47 100644 --- a/simgear/sound/readwav.cxx +++ b/simgear/sound/readwav.cxx @@ -310,7 +310,7 @@ namespace } else { bitsPerSample *= 2; /* uLaw is 16-bit packed into 8 bits */ codec = codecULaw; - Br } + } break; case 17: /* IMA4 ADPCM */ if (alIsExtensionPresent((ALchar *)"AL_EXT_ima4") &&