Fixed crash when checking if a sound file can be decoded by GME

This commit is contained in:
Alex Szpakowski
2013-10-19 16:16:42 -03:00
parent cf6acfa258
commit 5542ab7f4e
+1 -1
View File
@@ -72,7 +72,7 @@ bool GmeDecoder::accepts(const std::string &ext)
static const std::string supported[] =
{
"ay", "gbs", "gym", "hes", "kss", "nsf",
"nsfe", "sap", "spc", "vgm", "vgz"
"nsfe", "sap", "spc", "vgm", "vgz", ""
};
for (int i = 0; !(supported[i].empty()); i++)