1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

ftp_process_dirlist: Drop a silly comment.

This commit is contained in:
Miciah Dashiel Butler Masters 2006-06-09 21:39:51 +00:00 committed by Miciah Dashiel Butler Masters
parent 4122a97a03
commit ea5b06c329

View File

@ -1165,8 +1165,6 @@ ftp_get_line(struct cache_entry *cached, unsigned char *buf, int bufl,
if (!bufl) return -1;
/* Newline quest. */
newline = memchr(buf, ASCII_LF, bufl);
if (newline) {