lineedit: small readability improvement (same code)
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
61a36af45d
commit
7063e86d0d
@ -736,7 +736,7 @@ static void exe_n_cwd_tab_completion(char *command, int type)
|
|||||||
if (dirbuf[0] == '~') /* ~/... or ~user/... */
|
if (dirbuf[0] == '~') /* ~/... or ~user/... */
|
||||||
dirbuf = username_path_completion(dirbuf);
|
dirbuf = username_path_completion(dirbuf);
|
||||||
#endif
|
#endif
|
||||||
paths[0] = dirbuf;
|
path1[0] = dirbuf;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = 0; i < npaths; i++) {
|
for (i = 0; i < npaths; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user