diff options
Diffstat (limited to 'contrib/soundex/soundex.c')
-rw-r--r-- | contrib/soundex/soundex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/soundex/soundex.c b/contrib/soundex/soundex.c index 9b06808fa27..20b99759a16 100644 --- a/contrib/soundex/soundex.c +++ b/contrib/soundex/soundex.c @@ -14,7 +14,7 @@ char *soundex(char *instr, char *outstr); text * -text_soundex(text * t) +text_soundex(text *t) { /* ABCDEFGHIJKLMNOPQRSTUVWXYZ */ char *table = "01230120022455012623010202"; |