projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f1e1bc
)
Add trailing semicolon for Joe Conway
author
Bruce Momjian
<bruce@momjian.us>
Mon, 29 Oct 2001 19:41:54 +0000
(19:41 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 29 Oct 2001 19:41:54 +0000
(19:41 +0000)
contrib/fuzzystrmatch/fuzzystrmatch.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/fuzzystrmatch/fuzzystrmatch.c
b/contrib/fuzzystrmatch/fuzzystrmatch.c
index 94b9e9de77903de18888db84621a160aec093d47..3f863a4fa95e3c5a608a539917500a813b9e65f4 100644
(file)
--- 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 */
}
}