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

Diff for /mandoc/tree.c between version 1.74 and 1.75

version 1.74, 2017/04/24 23:06:18 version 1.75, 2017/07/05 15:03:27
Line 316  print_box(const struct eqn_box *ep, int indent)
Line 316  print_box(const struct eqn_box *ep, int indent)
         case EQN_ROOT:          case EQN_ROOT:
                 t = "eqn-root";                  t = "eqn-root";
                 break;                  break;
         case EQN_LISTONE:  
         case EQN_LIST:          case EQN_LIST:
                 t = "eqn-list";                  t = "eqn-list";
                 break;                  break;

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

CVSweb