From b374932ce214969c504e4cfc63b16a4a617b80d1 Mon Sep 17 00:00:00 2001 From: Eknous-P Date: Wed, 4 Jun 2025 14:38:16 +0400 Subject: [PATCH] wtf --- src/engine/fileOpsSample.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }