summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt.c b/src/opt.c
index 290cf77..86ce694 100644
--- a/src/opt.c
+++ b/src/opt.c
@@ -1819,7 +1819,7 @@ static struct bfs_expr *opt_ignore(struct bfs_opt *opt, struct bfs_expr *expr, b
if (delete) {
opt_delete(opt, "%pe [ignored result]\n", expr);
} else {
- opt_debug(opt, "ignored result");
+ opt_debug(opt, "ignored result\n");
}
if (expr->kind != BFS_TEST) {