]> granicus.if.org Git - apache/commitdiff
Use the AP_INIT_FLAG() macro to clean up a maintainer-mode warning.
authorJeff Trawick <trawick@apache.org>
Wed, 2 Aug 2000 01:01:12 +0000 (01:01 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 2 Aug 2000 01:01:12 +0000 (01:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85974 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_speling.c

index 30a4c4ed7a6b54d06f9ba0108363ad72e20b2fb6..62fd5b13a537d8ef23b1b6aa2fb53a8f1558a8df 100644 (file)
@@ -145,8 +145,8 @@ static const char *set_speling(cmd_parms *cmd, void *mconfig, int arg)
  */
 static const command_rec speling_cmds[] =
 {
-    { "CheckSpelling", set_speling, NULL, OR_OPTIONS, FLAG,
-      "whether or not to fix miscapitalized/misspelled requests" },
+    AP_INIT_FLAG("CheckSpelling", set_speling, NULL, OR_OPTIONS,
+                 "whether or not to fix miscapitalized/misspelled requests"),
     { NULL }
 };