diff options
Diffstat (limited to 'ext/standard/metaphone.c')
-rw-r--r-- | ext/standard/metaphone.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/metaphone.c b/ext/standard/metaphone.c index d1643debb4..383e67476e 100644 --- a/ext/standard/metaphone.c +++ b/ext/standard/metaphone.c @@ -466,4 +466,5 @@ static int metaphone(char *word, int max_phonemes, char **phoned_word, int tradi * tab-width: 4 * c-basic-offset: 4 * End: + * vim: sw=4 ts=4 tw=78 fdm=marker */ |