Skip to content

Commit 61adc84

Browse files
committed
eval: Tweak status bar punctuation
1 parent 10d6f6c commit 61adc84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/eval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ static void eval_status(struct bfs_eval *state, struct bfs_bar *bar, struct time
11201120
const struct BFTW *ftwbuf = state->ftwbuf;
11211121

11221122
dchar *status = NULL;
1123-
dchar *rhs = dstrprintf(" (visited: %'zu, depth: %2zu)", count, ftwbuf->depth);
1123+
dchar *rhs = dstrprintf(" (visited: %'zu; depth: %2zu)", count, ftwbuf->depth);
11241124
if (!rhs) {
11251125
return;
11261126
}

0 commit comments

Comments
 (0)