summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eval.c2
-rw-r--r--opt.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/eval.c b/eval.c
index 6837e44..6c15503 100644
--- a/eval.c
+++ b/eval.c
@@ -1464,7 +1464,7 @@ int bfs_eval(const struct bfs_ctx *ctx) {
if (ctx->status) {
args.bar = bfs_bar_show();
if (!args.bar) {
- bfs_warning(ctx, "Couldn't show status bar: %m.\n");
+ bfs_warning(ctx, "Couldn't show status bar: %m.\n\n");
}
}
diff --git a/opt.c b/opt.c
index d342406..9876f3d 100644
--- a/opt.c
+++ b/opt.c
@@ -1016,7 +1016,7 @@ int bfs_optimize(struct bfs_ctx *ctx) {
ctx->expr = ignore_result(&state, ctx->expr);
if (facts_are_impossible(&facts_when_impure)) {
- bfs_warning(ctx, "This command won't do anything.\n");
+ bfs_warning(ctx, "This command won't do anything.\n\n");
}
const struct range *depth_when_impure = &facts_when_impure.ranges[DEPTH_RANGE];