Fix a typo
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
3dd4a05852
commit
ff1b592257
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ struct AudioFileListWidget : ImGuiWidget {
|
||||||
|
|
||||||
static constexpr const char* const supportedExtensions[] = {
|
static constexpr const char* const supportedExtensions[] = {
|
||||||
#ifdef HAVE_SNDFILE
|
#ifdef HAVE_SNDFILE
|
||||||
".aif",".aifc",".aiff",".au",".bwf",".flac",".htk",".iff",".mat4",".mat5",".oga",".ogg;"
|
".aif",".aifc",".aiff",".au",".bwf",".flac",".htk",".iff",".mat4",".mat5",".oga",".ogg"
|
||||||
".paf",".pvf",".pvf5",".sd2",".sf",".snd",".svx",".vcc",".w64",".wav",".xi",
|
".paf",".pvf",".pvf5",".sd2",".sf",".snd",".svx",".vcc",".w64",".wav",".xi",
|
||||||
#endif
|
#endif
|
||||||
".mp3"
|
".mp3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue