Stopping Compile Warnings when using old GD

This commit is contained in:
James Moore 2000-11-18 18:09:42 +00:00
parent 82952f8830
commit 2116cfedf3

View File

@ -531,6 +531,8 @@ gdImagePtr _php_image_create_from_string (zval **data, char *tn, gdImagePtr (*io
}
return im;
#else
return NULL;
#endif
}