]> git.cameronkatri.com Git - mandoc.git/blobdiff - demandoc.c
One of the WARNING messages has to use the word "section" twice in two
[mandoc.git] / demandoc.c
index 2474a358e2336b07e9cb65fa73497033b979b8b5..aad42085b185b7ab274f4c88dd9fd46846674c3a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: demandoc.c,v 1.6 2011/09/01 22:25:53 kristaps Exp $ */
+/*     $Id: demandoc.c,v 1.7 2012/05/31 22:27:14 schwarze Exp $ */
 /*
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -76,7 +76,7 @@ main(int argc, char *argv[])
        argc -= optind;
        argv += optind;
 
-       mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL);
+       mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL, NULL);
        assert(mp);
 
        if (0 == argc)