mturk       2004/07/28 09:12:15

  Modified:    ajp/ajplib/test ajp_link.c
  Log:
  Remove ;; (makes error on some compilers)
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-tomcat-connectors/ajp/ajplib/test/ajp_link.c
  
  Index: ajp_link.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/ajplib/test/ajp_link.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ajp_link.c        28 Jul 2004 07:44:43 -0000      1.3
  +++ ajp_link.c        28 Jul 2004 16:12:15 -0000      1.4
  @@ -86,7 +86,7 @@
   apr_status_t ajp_ilink_receive(apr_socket_t *sock, ajp_msg_t *msg)
   {
       apr_status_t status;
  -    apr_size_t   hlen;;
  +    apr_size_t   hlen;
       apr_size_t   blen;
   
       if (sock == NULL) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to