dosfs: Fix warning fix

This commit is contained in:
Sebastian Huber
2015-04-27 09:10:49 +02:00
parent 3dead51edd
commit f60b4f9344

View File

@@ -28,7 +28,7 @@ msdos_rmnod(const rtems_filesystem_location_info_t *parent_pathloc,
msdos_fs_info_t *fs_info = pathloc->mt_entry->fs_info;
fat_file_fd_t *fat_fd = pathloc->node_access;
if (fat_fd->fat_file_type == FAT_FILE)
if (fat_fd->fat_file_type == FAT_DIRECTORY)
{
bool is_empty = false;