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

Diff for /mandoc/tree.c between version 1.35 and 1.36

version 1.35, 2011/02/09 09:05:52 version 1.36, 2011/02/09 09:18:15
Line 233  print_man(const struct man_node *n, int indent)
Line 233  print_man(const struct man_node *n, int indent)
         case (MAN_TBL):          case (MAN_TBL):
                 break;                  break;
         case (MAN_EQN):          case (MAN_EQN):
                 p = "eqn";                  p = n->eqn->data;
                 break;                  break;
         default:          default:
                 abort();                  abort();

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

CVSweb