diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.c b/contrib/fuzzystrmatch/fuzzystrmatch.c index 94b9e9de77..3f863a4fa9 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.c +++ b/contrib/fuzzystrmatch/fuzzystrmatch.c @@ -341,8 +341,8 @@ _metaphone( /* On the off chance we were given nothing but crap... */ if (Curr_Letter == '\0') { - End_Phoned_Word - return META_SUCCESS; /* For testing */ + End_Phoned_Word; + return META_SUCCESS; /* For testing */ } }