[BACK]Return to mdoc_term.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_term.c between version 1.52 and 1.53

version 1.52, 2009/07/21 13:45:04 version 1.53, 2009/07/21 14:28:36
Line 1014  termp_it_post(DECL_ARGS)
Line 1014  termp_it_post(DECL_ARGS)
         switch (type) {          switch (type) {
         case (MDOC_Item):          case (MDOC_Item):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
           case (MDOC_Diag):
                   /* FALLTHROUGH */
         case (MDOC_Inset):          case (MDOC_Inset):
                 if (MDOC_BODY == node->type)                  if (MDOC_BODY == node->type)
                         term_flushln(p);                          term_flushln(p);

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

CVSweb