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

Diff for /mandoc/term_ps.c between version 1.83 and 1.84

version 1.83, 2017/02/17 14:31:52 version 1.84, 2017/05/08 15:34:54
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze <schwarze@openbsd.org>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 1219  ps_endline(struct termp *p)
Line 1219  ps_endline(struct termp *p)
         }          }
   
         ps_closepage(p);          ps_closepage(p);
   
           p->offset -= p->ti;
           p->ti = 0;
 }  }
   
 static void  static void

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

CVSweb