summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount/mount.c b/utils/mount/mount.c
index 94435c8..a6e1685 100644
--- a/utils/mount/mount.c
+++ b/utils/mount/mount.c
@@ -431,7 +431,7 @@ int main(int argc, char *argv[])
break;
case 'V':
printf("%s: ("PACKAGE_STRING")\n", progname);
- return 0;
+ exit(0);
case 'w':
flags &= ~MS_RDONLY;
break;