summaryrefslogtreecommitdiff
path: root/ext/standard/flock_compat.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2001-09-09 13:29:31 +0000
committerDerick Rethans <derick@php.net>2001-09-09 13:29:31 +0000
commit78747bd2df44ad9342d735f2c9376bc143664b42 (patch)
tree6febd2b5d6cbd671ab9bb3a1af117ccf09479195 /ext/standard/flock_compat.c
parent61d4f7fe652da2bd60fbe24c119f37cf492a4eb6 (diff)
downloadphp-git-78747bd2df44ad9342d735f2c9376bc143664b42.tar.gz
- Don't wrap lines... this is annoying while coding.
Diffstat (limited to 'ext/standard/flock_compat.c')
-rw-r--r--ext/standard/flock_compat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/flock_compat.c b/ext/standard/flock_compat.c
index 38b387f8b2..415cd7cd74 100644
--- a/ext/standard/flock_compat.c
+++ b/ext/standard/flock_compat.c
@@ -220,6 +220,6 @@ int inet_aton(const char *cp, struct in_addr *ap)
* 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
*/