mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add trailing semicolon for Joe Conway
This commit is contained in:
@ -341,7 +341,7 @@ _metaphone(
|
|||||||
/* On the off chance we were given nothing but crap... */
|
/* On the off chance we were given nothing but crap... */
|
||||||
if (Curr_Letter == '\0')
|
if (Curr_Letter == '\0')
|
||||||
{
|
{
|
||||||
End_Phoned_Word
|
End_Phoned_Word;
|
||||||
return META_SUCCESS; /* For testing */
|
return META_SUCCESS; /* For testing */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user