mu: fix some compiler warnings

This commit is contained in:
djcb
2017-06-24 12:20:16 +02:00
parent cde35be271
commit 99423234b8
4 changed files with 32 additions and 22 deletions

View File

@ -354,6 +354,7 @@ ignore_dir_entry (struct dirent *entry, unsigned char d_type)
/* looks like a backup / tempsave file */
if (entry->d_name[u + 1] == '\0')
return TRUE;
continue;
default:
continue;
}