fix for typo in commit #31007: filtering in file browser for png and tga files wouldn't work anymore.

This commit is contained in:
2010-08-03 19:03:51 +00:00
parent 63802982de
commit 81b8bdc353

View File

@@ -69,7 +69,7 @@
#define UTIL_DEBUG 0
const char *imb_ext_image[] = {
".png"
".png",
".tga",
".bmp",
".jpg", ".jpeg",