[BACK]Return to basic.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/basic.c between version 1.1 and 1.2

version 1.1, 2000/02/25 19:08:46 version 1.2, 2000/02/26 22:53:16
Line 338 
Line 338 
  */   */
 pagenext(f, n)  pagenext(f, n)
 {  {
         register WINDOW *wp;          register MGWIN *wp;
   
         if (wheadp->w_wndp == NULL) {          if (wheadp->w_wndp == NULL) {
                 ewprintf("No other window");                  ewprintf("No other window");

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2