=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.76 retrieving revision 1.77 diff -u -p -r1.76 -r1.77 --- mandoc/mdoc_term.c 2009/09/21 14:07:07 1.76 +++ mandoc/mdoc_term.c 2009/09/21 14:08:13 1.77 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.76 2009/09/21 14:07:07 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.77 2009/09/21 14:08:13 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -1866,7 +1866,7 @@ termp_sp_pre(DECL_ARGS) { int i, len; - switch (node->type) { + switch (node->tok) { case (MDOC_sp): len = node->child ? atoi(node->child->string) : 1; break;