]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_macro.c
Simplify: Remove an unused argument from the mandoc_eos() function.
[mandoc.git] / man_macro.c
index 479d0484c41f93acf58a83aca287fbe977ff72ef..782f832223eeb30f945d8edcb68923bff9d52374 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_macro.c,v 1.79 2013/12/25 00:50:05 schwarze Exp $ */
+/*     $Id: man_macro.c,v 1.80 2013/12/31 23:23:10 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2012, 2013 Ingo Schwarze <schwarze@openbsd.org>
@@ -438,7 +438,7 @@ in_line_eoln(MACRO_PROT_ARGS)
         */
 
        if (n != man->last &&
-           mandoc_eos(man->last->string, strlen(man->last->string), 0))
+           mandoc_eos(man->last->string, strlen(man->last->string)))
                man->last->flags |= MAN_EOS;
 
        /*