mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Drop a funny comment.
This commit is contained in:
parent
20ee738904
commit
5279ea97da
@ -125,8 +125,6 @@ do_tab_compl_unambiguous(struct dialog_data *dlg_data, struct list_head *history
|
|||||||
if (!match) {
|
if (!match) {
|
||||||
cur_len = strlen(entry->data);
|
cur_len = strlen(entry->data);
|
||||||
} else if (cur_len >= longest_common_match) {
|
} else if (cur_len >= longest_common_match) {
|
||||||
/* By now, @cur_len oscillates between @base_len and
|
|
||||||
* @longest_common_match. */
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user