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