aboutsummaryrefslogtreecommitdiff
path: root/sed.c
diff options
context:
space:
mode:
Diffstat (limited to 'sed.c')
-rw-r--r--sed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sed.c b/sed.c
index 16e8e1866..47fb63712 100644
--- a/sed.c
+++ b/sed.c
@@ -617,7 +617,7 @@ static int do_sed_command(const struct sed_cmd *sed_cmd, const char *line)
617 * flag exists in the first place. 617 * flag exists in the first place.
618 */ 618 */
619 619
620 /* if the user specified that they didn't want anything printed (i.e. a -n 620 /* if the user specified that they didn't want anything printed (i.e., a -n
621 * flag and no 'p' flag after the s///), then there's really no point doing 621 * flag and no 'p' flag after the s///), then there's really no point doing
622 * anything here. */ 622 * anything here. */
623 if (be_quiet && !sed_cmd->sub_p) 623 if (be_quiet && !sed_cmd->sub_p)