diff options
Diffstat (limited to 'extlinux/main.c')
-rw-r--r-- | extlinux/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extlinux/main.c b/extlinux/main.c index e1d55964..dea2d198 100644 --- a/extlinux/main.c +++ b/extlinux/main.c @@ -1014,6 +1014,8 @@ static const char *find_device(const char *mtab_file, dev_t dev) done = true; break; } + case NONE: + break; } if (done) { devname = strdup(mnt->mnt_fsname); |