aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-06 19:02:46 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-06 19:02:46 +0000
commit6d655be5df5a559253a3769f294a6255535ad3fd (patch)
tree4342fd4f88b84459ef5c2c2c2c6fb86863a7112f /editors/awk.c
parent3538b9a8822421b7c8596a33a917dcf2f99c92b7 (diff)
downloadbusybox-w32-6d655be5df5a559253a3769f294a6255535ad3fd.tar.gz
busybox-w32-6d655be5df5a559253a3769f294a6255535ad3fd.tar.bz2
busybox-w32-6d655be5df5a559253a3769f294a6255535ad3fd.zip
removed a lot of trailing \n in bb_msg() calls. It is added
automatically by function itself.
Diffstat (limited to 'editors/awk.c')
-rw-r--r--editors/awk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/awk.c b/editors/awk.c
index 049673df3..6e81aa8f4 100644
--- a/editors/awk.c
+++ b/editors/awk.c
@@ -2691,7 +2691,7 @@ keep_going:
2691 free(s); 2691 free(s);
2692 break; 2692 break;
2693 case 'W': 2693 case 'W':
2694 bb_error_msg("Warning: unrecognized option '-W %s' ignored\n", optarg); 2694 bb_error_msg("Warning: unrecognized option '-W %s' ignored", optarg);
2695 break; 2695 break;
2696 2696
2697 default: 2697 default: