URI:
       fix typo - 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 83d4fe1dd6996c779d73406a237c9fd470cda9b6
   DIR parent 2e32abeb2743e5fce55bdfc1591bb66eedd63a45
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon, 11 Sep 2023 19:10:29 +0200
       
       fix typo
       
       Diffstat:
         M webdump.c                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/webdump.c b/webdump.c
       @@ -991,7 +991,7 @@ printpre(const char *s, size_t len)
                i = 0;
                if (skipinitialws) {
                        if (*s == '\n' && i < len) {
       -                        *s++;
       +                        s++;
                                i++;
                        }
                }