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

Diff for /src/usr.bin/mg/Attic/theo.c between version 1.96 and 1.97

version 1.96, 2005/11/18 01:41:08 version 1.97, 2005/11/18 20:56:53
Line 56 
Line 56 
 static int  static int
 theo(int f, int n)  theo(int f, int n)
 {  {
         BUFFER  *bp;          struct buffer   *bp;
         MGWIN   *wp;          struct mgwin    *wp;
   
         bp = bfind("theo", TRUE);          bp = bfind("theo", TRUE);
         if (bclear(bp) != TRUE)          if (bclear(bp) != TRUE)

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97