diff options
Diffstat (limited to 'src/rc/fstabinfo.c')
-rw-r--r-- | src/rc/fstabinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c index a05bfae6..69b5bbdd 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -109,7 +109,7 @@ do_mount(struct ENT *ent) argv[6] = ENT_FILE(*ent); argv[7] = NULL; switch (pid = vfork()) { - case -1: + case -1: eerrorx("%s: vfork: %s", applet, strerror(errno)); /* NOTREACHED */ case 0: |