find: Improve prompt spacing with -ok

This commit is contained in:
Wolfgang Corcoran-Mathe 2015-06-15 15:27:38 -04:00 committed by sin
parent cf769f2d8d
commit 6e7cbdd918
1 changed files with 1 additions and 1 deletions

2
find.c
View File

@ -411,7 +411,7 @@ pri_ok(struct arg *arg)
char ***brace, c;
struct okarg *o = arg->extra.p;
fprintf(stderr, "%s: %s ?", *o->argv, arg->path);
fprintf(stderr, "%s: %s ? ", *o->argv, arg->path);
reply = fgetc(stdin);
/* throw away rest of line */