]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - disk-utils/mkfs.c
libblkid: check status for the current CDROM slot
[thirdparty/util-linux.git] / disk-utils / mkfs.c
index fbd575e7e0f349cbc347ab0e7a1b5304dc1c6305..3c041fab4912d994b1e1c86abeef6c977ba2c9d3 100644 (file)
@@ -10,7 +10,7 @@
  *     Incorporated fix by Jonathan Kamens <jik@annex-1-slip-jik.cam.ov.com>
  * 1999-02-22 Arkadiusz Miƛkiewicz <misiek@pld.ORG.PL>
  * - added Native Language Support
- *     
+ *
  */
 
 /*
@@ -80,7 +80,7 @@ int main(int argc, char **argv)
        setlocale(LC_ALL, "");
        bindtextdomain(PACKAGE, LOCALEDIR);
        textdomain(PACKAGE);
-       atexit(close_stdout);
+       close_stdout_atexit();
 
        if (argc == 2 && !strcmp(argv[1], "-V"))
                print_version(EXIT_SUCCESS);