hgomez      01/10/26 07:02:18

  Modified:    jk/native/common jk_global.h
  Log:
  Oups a missing comment...
  
  Revision  Changes    Path
  1.11      +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_global.h
  
  Index: jk_global.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_global.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- jk_global.h       2001/10/26 13:55:53     1.10
  +++ jk_global.h       2001/10/26 14:02:18     1.11
  @@ -59,7 +59,7 @@
    * Description: Global definitions and include files that should exist     *
    *              anywhere                                                   *
    * Author:      Gal Shachor <[EMAIL PROTECTED]>                           *
  - * Version:     $Revision: 1.10 $                                               *
  + * Version:     $Revision: 1.11 $                                               *
    ***************************************************************************/
   
   #ifndef JK_GLOBAL_H
  @@ -182,7 +182,7 @@
   
   #else /* CHARSET_EBCDIC */
   
  -/* We're in on an ASCII system
  +/* We're in on an ASCII system */
   
   #define jk_xlate_to_ascii(b, l)             /* NOOP */
   #define jk_xlate_from_ascii(b, l)           /* NOOP */
  
  
  


Reply via email to