URI: 
       improve confusing comment - webdump - HTML to plain-text converter for webpages
  HTML git clone git://git.codemadness.org/webdump
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 962d492080969eba02feaa6ff0754c22fcff3890
   DIR parent 682550f60fad5c354456257dc63a213d64862d67
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Wed, 15 Jul 2026 11:56:18 +0200
       
       improve confusing comment
       
       Diffstat:
         M webdump.c                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/webdump.c b/webdump.c
       @@ -1663,7 +1663,7 @@ printlinkrefs(void)
        
                        if (nhiddenrefs > 0)
                                printf("\n\nHidden references\n\n");
       -                /* hidden links don't have a link number, just count them */
       +                /* hidden links don't have a visible link number */
                        for (i = 0; i < nhiddenrefs; i++) {
                                ref = hiddenrefs[i];