diff --git a/src/gui/guiConst.cpp b/src/gui/guiConst.cpp index 11795e665..3e12314c9 100644 --- a/src/gui/guiConst.cpp +++ b/src/gui/guiConst.cpp @@ -104,7 +104,7 @@ const char* sampleDepths[17]={ "ADPCM-B", "X68000 ADPCM", "8-bit PCM", - "BRR", + NULL, // "BRR", "VOX", NULL, NULL, @@ -121,4 +121,4 @@ const char* resampleStrats[]={ "blep synthesis", "sinc", "best possible" -}; \ No newline at end of file +};