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

Diff for /mandoc/mdoc_term.c between version 1.297 and 1.298

version 1.297, 2014/11/28 16:54:23 version 1.298, 2014/11/30 05:29:00
Line 1734  static void
Line 1734  static void
 termp_pf_post(DECL_ARGS)  termp_pf_post(DECL_ARGS)
 {  {
   
         p->flags |= TERMP_NOSPACE;          if ( ! (n->next == NULL || n->next->flags & MDOC_LINE))
                   p->flags |= TERMP_NOSPACE;
 }  }
   
 static int  static int

Legend:
Removed from v.1.297  
changed lines
  Added in v.1.298

CVSweb