diff options
Diffstat (limited to 'editors/awk.c')
-rw-r--r-- | editors/awk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/awk.c b/editors/awk.c index 049673d..6e81aa8 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -2691,7 +2691,7 @@ keep_going: free(s); break; case 'W': - bb_error_msg("Warning: unrecognized option '-W %s' ignored\n", optarg); + bb_error_msg("Warning: unrecognized option '-W %s' ignored", optarg); break; default: |