diff options
Diffstat (limited to 'ext/standard/soundex.c')
-rw-r--r-- | ext/standard/soundex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/soundex.c b/ext/standard/soundex.c index a67462b1a0..e52f1be5c1 100644 --- a/ext/standard/soundex.c +++ b/ext/standard/soundex.c @@ -117,6 +117,6 @@ PHP_FUNCTION(soundex) * tab-width: 4 * c-basic-offset: 4 * End: - * vim600: sw=4 ts=4 tw=78 fdm=marker - * vim<600: sw=4 ts=4 tw=78 + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 */ |