removed a lot of trailing \n in bb_msg() calls. It is added
automatically by function itself.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user