Skip to content

Commit 181ff5f

Browse files
committed
Attempt to fix GD
1 parent 3e3974f commit 181ff5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/gd/gd.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ static gdIOCtx *create_output_context(void);
141141
static int _php_image_type(char data[12]);
142142

143143
/* output streaming (formerly gd_ctx.c) */
144-
static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)());
144+
static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn,
145+
void (*func_p)(gdImagePtr , gdIOCtx* , int));
145146

146147
/*********************************************************
147148
*

0 commit comments

Comments
 (0)