=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.134 retrieving revision 1.135 diff -u -p -r1.134 -r1.135 --- mandoc/mdoc_term.c 2010/05/30 22:56:02 1.134 +++ mandoc/mdoc_term.c 2010/05/31 10:28:04 1.135 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.134 2010/05/30 22:56:02 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.135 2010/05/31 10:28:04 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -260,6 +260,7 @@ static const struct termact termacts[MDOC_MAX] = { { termp_sp_pre, NULL }, /* br */ { termp_sp_pre, NULL }, /* sp */ { termp_under_pre, termp____post }, /* %U */ + { NULL, NULL }, /* Ta */ };