]> git.sur5r.net Git - openldap/commitdiff
really minor cleanup
authorPierangelo Masarati <ando@openldap.org>
Sat, 28 Feb 2004 12:04:33 +0000 (12:04 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 28 Feb 2004 12:04:33 +0000 (12:04 +0000)
libraries/librewrite/xmap.c

index a70ecb623413961995bf464e4848ae7b5eed822d..abffec09171c1df11db767df5f61192ea2e90e80 100644 (file)
@@ -95,7 +95,7 @@ rewrite_xmap_parse(
         * Experimental file map:
         * looks up key in a `key value' ascii file
         */
-       } else if ( strncasecmp(s, "xfile", 5 ) == 0 ) {
+       } else if ( strncasecmp( s, "xfile", 5 ) == 0 ) {
                char *filename;
                const char *p;
                int l;