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

Diff for /src/usr.bin/cvs/status.c between version 1.24 and 1.25

version 1.24, 2005/06/25 13:53:37 version 1.25, 2005/06/30 09:42:14
Line 227 
Line 227 
         cvs_printf("   Sticky Options:      %s\n",          cvs_printf("   Sticky Options:      %s\n",
             cf->cf_opts == NULL ? "(none)" : cf->cf_opts);              cf->cf_opts == NULL ? "(none)" : cf->cf_opts);
   
           cvs_printf("\n");
         rcs_close(rf);          rcs_close(rf);
   
         return (0);          return (0);

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25