[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.9 and 1.10

version 1.9, 2010/07/13 23:53:20 version 1.10, 2010/09/04 20:18:53
Line 104  static void
Line 104  static void
 ascii_letter(struct termp *p, char c)  ascii_letter(struct termp *p, char c)
 {  {
   
           /* LINTED */
         putchar(c);          putchar(c);
 }  }
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb