Skip to content
Snippets Groups Projects
Commit 99c7f531 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

really minor cleanup

parent 55ae6e4c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment