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... */
|
/* 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 */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user