]> granicus.if.org Git - postgresql/commitdiff
Add trailing semicolon for Joe Conway
authorBruce Momjian <bruce@momjian.us>
Mon, 29 Oct 2001 19:41:54 +0000 (19:41 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 29 Oct 2001 19:41:54 +0000 (19:41 +0000)
contrib/fuzzystrmatch/fuzzystrmatch.c

index 94b9e9de77903de18888db84621a160aec093d47..3f863a4fa95e3c5a608a539917500a813b9e65f4 100644 (file)
@@ -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 */
                }
        }