really minor cleanup

This commit is contained in:
Pierangelo Masarati 2004-02-28 12:04:33 +00:00
parent 55ae6e4c91
commit 99c7f5318a

View 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;