diff --git a/src/engine/fileOpsSample.cpp b/src/engine/fileOpsSample.cpp index 16c0432e3..97f693011 100644 --- a/src/engine/fileOpsSample.cpp +++ b/src/engine/fileOpsSample.cpp @@ -631,7 +631,7 @@ DivSample* DivEngine::sampleFromFileRaw(const char* path, DivSampleDepth depth, for (unsigned int i=0; igetCurBufLen(); i++) { b[i]=(((b[i]&7)<<4)|(((b[i]>>3)&15)^((b[i]&0x80)?15:0))|(b[i]&0x80))^0xff; } - break;\ + break; default: break; }