Fix engrave.c; I used the wrong commit command

This commit is contained in:
Alex Smith
2016-10-17 17:34:08 +01:00
parent 8d32f37588
commit 5c12362a98

View File

@@ -271,6 +271,7 @@ boolean strict;
return strict ? (fuzzymatch(ep->engr_txt, s, "", TRUE))
: (strstri(ep->engr_txt, s) != 0);
}
return FALSE;
}