Commit cd01c32f authored by Bruce Momjian's avatar Bruce Momjian

Add trailing semicolon for Joe Conway

parent 2f1e1bce
......@@ -341,7 +341,7 @@ _metaphone(
/* On the off chance we were given nothing but crap... */
if (Curr_Letter == '\0')
{
End_Phoned_Word
End_Phoned_Word;
return META_SUCCESS; /* For testing */
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment