summaryrefslogtreecommitdiff
path: root/contrib/soundex/soundex.c
diff options
context:
space:
mode:
authorBruce Momjian1997-09-08 21:56:23 +0000
committerBruce Momjian1997-09-08 21:56:23 +0000
commit59f6a57e59fe8353f9edaa3703516ea67e06672b (patch)
tree1b083fb66cf0be3890480a1ed5fb077dd7293790 /contrib/soundex/soundex.c
parent075cede74858a9a04e97097b1ccd555121516c20 (diff)
Used modified version of indent that understands over 100 typedefs.
Diffstat (limited to 'contrib/soundex/soundex.c')
-rw-r--r--contrib/soundex/soundex.c2
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";