Add trailing semicolon for Joe Conway

This commit is contained in:
Bruce Momjian 2001-10-29 19:41:54 +00:00
parent 2f1e1bcec6
commit cd01c32f55
1 changed files with 2 additions and 2 deletions

View 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 */
}
}