From c6f188def8c5496dbd65c9be6ca3050286db7227 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 26 Oct 2006 00:37:00 +0000 Subject: silly size savings and capitalization fixes --- util-linux/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/getopt.c') diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 02bb218b3..17f3c4297 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c @@ -172,7 +172,7 @@ int generate_output(char * argv[],int argc,const char *optstr, printf(" --"); while (optind < argc) printf(" %s",normalize(argv[optind++])); - printf("\n"); + puts(""); } return exit_code; } -- cgit v1.2.3