diff options
author | Derick Rethans <derick@php.net> | 2001-09-09 13:29:31 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-09-09 13:29:31 +0000 |
commit | 78747bd2df44ad9342d735f2c9376bc143664b42 (patch) | |
tree | 6febd2b5d6cbd671ab9bb3a1af117ccf09479195 /ext/standard/fsock.h | |
parent | 61d4f7fe652da2bd60fbe24c119f37cf492a4eb6 (diff) | |
download | php-git-78747bd2df44ad9342d735f2c9376bc143664b42.tar.gz |
- Don't wrap lines... this is annoying while coding.
Diffstat (limited to 'ext/standard/fsock.h')
-rw-r--r-- | ext/standard/fsock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/fsock.h b/ext/standard/fsock.h index 814e442412..f5d36fc98c 100644 --- a/ext/standard/fsock.h +++ b/ext/standard/fsock.h @@ -83,6 +83,6 @@ PHP_RSHUTDOWN_FUNCTION(fsock); * tab-width: 4 * c-basic-offset: 4 * End: - * vim: sw=4 ts=4 tw=78 + * vim: sw=4 ts=4 */ #endif /* FSOCK_H */ |