add some sdl code from rearmed

This commit is contained in:
notaz 2012-12-21 00:19:34 +02:00
parent b98018548f
commit e81b987fc1
4 changed files with 269 additions and 2 deletions

View file

@ -43,7 +43,7 @@ static void scan_for_filters(void)
{
struct dirent *ent;
int i, count = 0;
char **mfilters;
const char **mfilters;
char buff[64];
DIR *dir;