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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user