From: Bruce Momjian Date: Mon, 29 Oct 2001 19:41:54 +0000 (+0000) Subject: Add trailing semicolon for Joe Conway X-Git-Tag: REL7_2_BETA2~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd01c32f557886716647032d317c31e96a4b8e1f;p=postgresql Add trailing semicolon for Joe Conway --- 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 */ } }