From cd01c32f557886716647032d317c31e96a4b8e1f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 29 Oct 2001 19:41:54 +0000 Subject: [PATCH] Add trailing semicolon for Joe Conway --- contrib/fuzzystrmatch/fuzzystrmatch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ } } -- 2.11.0