summaryrefslogtreecommitdiff
path: root/sbin/pdisk/pdisk.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/pdisk/pdisk.c')
-rw-r--r--sbin/pdisk/pdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pdisk/pdisk.c b/sbin/pdisk/pdisk.c
index bba6273800e..b990482b2be 100644
--- a/sbin/pdisk/pdisk.c
+++ b/sbin/pdisk/pdisk.c
@@ -205,7 +205,7 @@ main(int argc, char **argv)
SIOUXSettings.autocloseonquit = 1;
//printf("Processing stopped: Choose 'Quit' from the file menu to quit.\n\n");
- exit(0);
+ return (0);
#endif
}