diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2001-06-06 14:32:27 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2001-06-06 14:32:27 +0000 |
commit | 9c5588213372575ced9bdd5cc4ae1f4e7e2dd81e (patch) | |
tree | 77497e4153d389a03aab83f05572244164db48f5 /ext/vpopmail | |
parent | 49ab8cb8f17a0183c46f046c635b64302ecd3dcd (diff) | |
download | php-git-9c5588213372575ced9bdd5cc4ae1f4e7e2dd81e.tar.gz |
Fold a bit more code
Diffstat (limited to 'ext/vpopmail')
-rw-r--r-- | ext/vpopmail/php_vpopmail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/vpopmail/php_vpopmail.c b/ext/vpopmail/php_vpopmail.c index 7f859396fa..30d5428168 100644 --- a/ext/vpopmail/php_vpopmail.c +++ b/ext/vpopmail/php_vpopmail.c @@ -942,4 +942,6 @@ PHP_FUNCTION(vpopmail_error) * 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 */ |