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

Diff for /src/usr.bin/cvs/Attic/proto.c between version 1.89 and 1.90

version 1.89, 2006/02/05 18:21:44 version 1.90, 2006/02/08 19:24:19
Line 715 
Line 715 
         int ret;          int ret;
         struct cvs_resp *resp;          struct cvs_resp *resp;
   
         if ((resp = cvs_resp_getbyid(rid)) == NULL);          if ((resp = cvs_resp_getbyid(rid)) == NULL)
                 fatal("unsupported response type %u", rid);                  fatal("unsupported response type %u", rid);
   
         ret = fputs(resp->resp_str, stdout);          ret = fputs(resp->resp_str, stdout);

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90