summaryrefslogtreecommitdiff
path: root/ext/standard/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/crc32.c')
-rw-r--r--ext/standard/crc32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/crc32.c b/ext/standard/crc32.c
index 86fe56cccc..0c7a06b6dd 100644
--- a/ext/standard/crc32.c
+++ b/ext/standard/crc32.c
@@ -131,6 +131,6 @@ PHP_NAMED_FUNCTION(php_if_crc32)
* 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
*/