From ae9d8099c219c7f41f80e5eeacaf2ebc8f1a32eb Mon Sep 17 00:00:00 2001 From: Gina Peter Bnayard Date: Thu, 12 Sep 2024 19:51:10 +0200 Subject: [PATCH] ext/phar: Add comment about include --- ext/phar/phar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/phar.c b/ext/phar/phar.c index 0e3ba8a8d25..e7a61f277e9 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -2481,7 +2481,7 @@ static int phar_flush_clean_deleted_apply(zval *zv) /* {{{ */ } /* }}} */ -#include "stub.h" +#include "stub.h" /* Generated phar_get_stub() function from makestub.php script */ zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error) /* {{{ */ {