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