From 3d5fd994e7aac5d90665479a61a5e9b371e8a31a Mon Sep 17 00:00:00 2001 From: Jouni Ahto Date: Sun, 25 Jun 2000 03:12:38 +0000 Subject: [PATCH] # Missing ; --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 7e82729f98..d5bf5d5c59 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -1783,7 +1783,7 @@ PHP_FUNCTION(imagecopymerge) srcY = Z_LVAL_PP(SY); srcH = Z_LVAL_PP(SH); srcW = Z_LVAL_PP(SW); - dstX = Z_LVAL_PP(DX) + dstX = Z_LVAL_PP(DX); dstY = Z_LVAL_PP(DY); pct = Z_LVAL_PP(PCT); -- 2.40.0