URI: 
       tmini-consistency fix - webdump - [FORK] git://git.codemadness.org/webdump
  HTML git clone git://git.z3bra.org/webdump.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 6675aae92b4d75ad0b40216faf66db996fd298e4
   DIR parent bc1669d7927bb347612b5fbd74754207266654d2
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 12 Mar 2020 09:30:41 +0100
       
       mini-consistency fix
       
       Diffstat:
         M webdump.c                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/webdump.c b/webdump.c
       t@@ -707,7 +707,7 @@ istagclosed(int cur)
        }
        
        static void
       -xmltagstart(XMLParser *x, const char *t, size_t tl)
       +xmltagstart(XMLParser *p, const char *t, size_t tl)
        {
                struct tag *found;
                struct node *cur, *parent;