]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_html.c
Explicit block closure macros clobber next-line block head scope,
[mandoc.git] / man_html.c
index e9f93e7397e69f8d664963f83a3d27ac58b9d9e8..1455e1e4aec9bcc4970466d754a45888d646c154 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_html.c,v 1.106 2014/12/02 10:08:06 schwarze Exp $ */
+/*     $Id: man_html.c,v 1.107 2014/12/04 02:05:42 schwarze Exp $ */
 /*
  * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -282,7 +282,7 @@ a2width(const struct man_node *n, struct roffsu *su)
 
        if (MAN_TEXT != n->type)
                return(0);
-       if (a2roffsu(n->string, su, SCALE_BU))
+       if (a2roffsu(n->string, su, SCALE_EN))
                return(1);
 
        return(0);