Skip to content

Commit

Permalink
small fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Sep 26, 2015
1 parent 0dee73d commit e6ebf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fm_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ void change_tab(void)
#if defined(LIBUDEV_PRESENT) && (SYSTEMD_PRESENT)
void devices_tab(void)
{
if (access("/usr/lib/udisk2/", F_OK)) {
if (access("/usr/lib/udisks2/", F_OK)) {
print_info("You need udisks2 for mount support.", ERR_LINE);
return;
}
Expand Down

0 comments on commit e6ebf58

Please sign in to comment.