diff options
author | Sascha Schumann <sas@php.net> | 2002-03-20 08:53:55 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-03-20 08:53:55 +0000 |
commit | 6bbf968f8ae01e8f4f5aa675ccf8187e7968bc41 (patch) | |
tree | f71758493fba4d605c1390207c6c635e48a535cf /ext/vpopmail/php_vpopmail.c | |
parent | 171b8642dc4b70bbdab02b4404e764242156528c (diff) | |
download | php-git-6bbf968f8ae01e8f4f5aa675ccf8187e7968bc41.tar.gz |
There should not be any trailing data on an #endif line
Diffstat (limited to 'ext/vpopmail/php_vpopmail.c')
-rw-r--r-- | ext/vpopmail/php_vpopmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/vpopmail/php_vpopmail.c b/ext/vpopmail/php_vpopmail.c index 209593bfa8..ea9c383e90 100644 --- a/ext/vpopmail/php_vpopmail.c +++ b/ext/vpopmail/php_vpopmail.c @@ -926,7 +926,7 @@ PHP_FUNCTION(vpopmail_error) } /* }}} */ -#endif /* HAVE_VPOPMAIL */ +#endif /* * Local variables: |