diff options
| author | Bruce Momjian | 2001-10-29 19:41:54 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-10-29 19:41:54 +0000 |
| commit | cd01c32f557886716647032d317c31e96a4b8e1f (patch) | |
| tree | f33cacb9442c93f5a381536900e5f8cf566371d2 | |
| parent | 2f1e1bcec6b76762cfc64a5266966673a8bad9ae (diff) | |
Add trailing semicolon for Joe Conway
| -rw-r--r-- | contrib/fuzzystrmatch/fuzzystrmatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.c b/contrib/fuzzystrmatch/fuzzystrmatch.c index 94b9e9de779..3f863a4fa95 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.c +++ b/contrib/fuzzystrmatch/fuzzystrmatch.c @@ -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 */ } } |
