diff options
-rw-r--r-- | libdiskfs/shutdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/shutdown.c b/libdiskfs/shutdown.c index 4264ef9e..293941f4 100644 --- a/libdiskfs/shutdown.c +++ b/libdiskfs/shutdown.c @@ -92,5 +92,5 @@ diskfs_shutdown (int flags) diskfs_set_hypermetadata (1, 1); } - exit (0); + return 0; } |