Skip to content

Commit 9bca9ef

Browse files
committed
Fix function name
1 parent e77c8e4 commit 9bca9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/libgd/gd_xbm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ gdImagePtr gdImageCreateFromXbm(FILE * fd)
137137
h[3] = ch;
138138
}
139139
if (sscanf(h, "%x", &b) != 1) {
140-
php_gd_error("invalid XBM");
140+
gd_error("invalid XBM");
141141
gdImageDestroy(im);
142142
return 0;
143143
}

0 commit comments

Comments
 (0)