From 6bbf968f8ae01e8f4f5aa675ccf8187e7968bc41 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 20 Mar 2002 08:53:55 +0000 Subject: [PATCH] There should not be any trailing data on an #endif line --- ext/vpopmail/php_vpopmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.1