diff options
Diffstat (limited to 'gnu/lib/libreadline/complete.c')
-rw-r--r-- | gnu/lib/libreadline/complete.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/complete.c b/gnu/lib/libreadline/complete.c index 8084c38..4726079 100644 --- a/gnu/lib/libreadline/complete.c +++ b/gnu/lib/libreadline/complete.c @@ -334,14 +334,14 @@ print_filename (to_print, full_pathname) PUTX (*s); } return 0; -#else +#else char *s, c, *new_full_pathname; int extension_char = 0, slen, tlen; for (s = to_print; *s; s++) { PUTX (*s); - } + } if (rl_filename_completion_desired && rl_visible_stats) { |