mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
Add trailing semicolon for Joe Conway
This commit is contained in:
parent
2f1e1bcec6
commit
cd01c32f55
@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user