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

Diff for /mandoc/term_ascii.c between version 1.30 and 1.30.2.1

version 1.30, 2014/08/14 22:33:10 version 1.30.2.1, 2014/08/17 22:14:28
Line 264  ascii_hspan(const struct termp *p, const struct roffsu
Line 264  ascii_hspan(const struct termp *p, const struct roffsu
         case SCALE_EM:          case SCALE_EM:
                 r = su->scale;                  r = su->scale;
                 break;                  break;
         case SCALE_MAX:          default:
                 abort();                  abort();
                 /* NOTREACHED */                  /* NOTREACHED */
         }          }

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.30.2.1

CVSweb