X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=grep.c;h=49e93199658e6b9214839232b5b464b7d9e76a7f;hb=d7c03c1ff98be1d22dd18b70669ffc6fb76b39b3;hp=600f69f2fe2a0271f4bdf736f95f70c8f7381aa4;hpb=9b3b7fd8072783e2ec20b3cf622713d39b1c8af4;p=git.git diff --git a/grep.c b/grep.c index 600f69f2f..49e931996 100644 --- a/grep.c +++ b/grep.c @@ -395,7 +395,7 @@ static int match_expr_eval(struct grep_opt *o, h |= match_expr_eval(o, x->u.binary.right, bol, eol, ctx, 1); break; default: - die("Unexpected node type (internal error) %d\n", x->node); + die("Unexpected node type (internal error) %d", x->node); } if (collect_hits) x->hit |= h;