1
0
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:
Bruce Momjian
2001-10-29 19:41:54 +00:00
parent 2f1e1bcec6
commit cd01c32f55

View File

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