lineedit: small readability improvement (same code)

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Denys Vlasenko 2010-09-02 12:44:39 +02:00
parent 61a36af45d
commit 7063e86d0d

View File

@ -736,7 +736,7 @@ static void exe_n_cwd_tab_completion(char *command, int type)
if (dirbuf[0] == '~') /* ~/... or ~user/... */
dirbuf = username_path_completion(dirbuf);
#endif
paths[0] = dirbuf;
path1[0] = dirbuf;
}
for (i = 0; i < npaths; i++) {