jerenkrantz    01/09/23 18:47:10

  Modified:    include  apr_buckets.h
  Log:
  Remove stray ;
  
  Revision  Changes    Path
  1.119     +1 -1      apr-util/include/apr_buckets.h
  
  Index: apr_buckets.h
  ===================================================================
  RCS file: /home/cvs/apr-util/include/apr_buckets.h,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- apr_buckets.h     2001/09/22 22:36:07     1.118
  +++ apr_buckets.h     2001/09/24 01:47:10     1.119
  @@ -432,7 +432,7 @@
    * Initialize a new bucket's prev/next pointers
    * @param e The bucket to initialize
    */
  -#define APR_BUCKET_INIT(e)   APR_RING_ELEM_INIT((e), link);
  +#define APR_BUCKET_INIT(e)   APR_RING_ELEM_INIT((e), link)
   
   /**
    * Determine if a bucket is a FLUSH bucket
  
  
  

Reply via email to