1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 01:40:06 +02:00

Include "closeout.h".

(main): Call close_stdout.
This commit is contained in:
Jim Meyering
2000-05-05 21:51:02 +00:00
parent e1c98ab3fb
commit f2fde491db

View File

@@ -24,6 +24,7 @@
#include <sys/types.h>
#include "system.h"
#include "closeout.h"
#include "error.h"
#include "xstrtol.h"
#include "xstrtod.h"
@@ -454,5 +455,7 @@ format string may not be specified when printing equal width strings"));
errs = print_numbers (format_str);
close_stdout ();
exit (errs);
}