diff options
Diffstat (limited to 'src/rc/fstabinfo.c')
-rw-r--r-- | src/rc/fstabinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c index e67d8313..6dba903b 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -3,7 +3,7 @@ Gets information about /etc/fstab. */ -/* +/* * Copyright 2007 Roy Marples * All rights reserved @@ -128,7 +128,7 @@ int fstabinfo (int argc, char **argv) char *file; bool filtered = false; - applet = basename_c (argv[0]); + applet = basename_c (argv[0]); /* Ensure that we are only quiet when explicitly told to be */ unsetenv ("EINFO_QUIET"); |