[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.47 and 1.48

version 1.47, 2015/07/17 22:38:29 version 1.48, 2015/09/26 00:54:04
Line 260  ascii_hspan(const struct termp *p, const struct roffsu
Line 260  ascii_hspan(const struct termp *p, const struct roffsu
                 break;                  break;
         default:          default:
                 abort();                  abort();
                 /* NOTREACHED */  
         }          }
         return(r > 0.0 ? r + 0.01 : r - 0.01);          return(r > 0.0 ? r + 0.01 : r - 0.01);
 }  }

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

CVSweb