mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-09 12:32:21 +03:00
Fix comment.
svn path=/trunk/netsurf/; revision=12094
This commit is contained in:
parent
50b9de4864
commit
d2f8eee65b
@ -428,7 +428,7 @@ static bool fetch_about_about_handler(struct fetch_about_context *ctx)
|
||||
|
||||
for (abt_loop = 0; abt_loop < about_handler_list_len; abt_loop++) {
|
||||
|
||||
/* Skip over duplicate entries */
|
||||
/* Skip over hidden entries */
|
||||
if (about_handler_list[abt_loop].hidden)
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user