You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1998/01/13 23:47:41 UTC

cvs commit: apachen/src/modules/standard mod_speling.c

marc        98/01/13 14:47:41

  Modified:    src/modules/standard mod_speling.c
  Log:
  Add missing MODULE_VAR_EXPORT.
  
  Revision  Changes    Path
  1.10      +1 -1      apachen/src/modules/standard/mod_speling.c
  
  Index: mod_speling.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/modules/standard/mod_speling.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_speling.c	1998/01/07 16:46:57	1.9
  +++ mod_speling.c	1998/01/13 22:47:38	1.10
  @@ -77,7 +77,7 @@
    * Activate it with "CheckSpelling On"
    */
   
  -module speling_module;
  +MODULE_VAR_EXPORT module speling_module;
   
   /* We use the "unconventional" mod_userdir approach here. And heck,
    * here it's just one int!