mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add trailing semicolon for Joe Conway
This commit is contained in:
@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user