Skip to content

Commit 6bbf968

Browse files
author
Sascha Schumann
committed
There should not be any trailing data on an #endif line
1 parent 171b864 commit 6bbf968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/vpopmail/php_vpopmail.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ PHP_FUNCTION(vpopmail_error)
926926
}
927927
/* }}} */
928928

929-
#endif /* HAVE_VPOPMAIL */
929+
#endif
930930

931931
/*
932932
* Local variables:

0 commit comments

Comments
 (0)