This commit is contained in:
Kovid Goyal 2010-12-03 12:09:31 -07:00
parent 36fc63cf36
commit 8fea5a64e5

View File

@ -414,7 +414,7 @@ magick_Image_load(magick_Image *self, PyObject *args, PyObject *kwargs) {
// }}}
// Image.load {{{
// Image.open {{{
static PyObject *
magick_Image_read(magick_Image *self, PyObject *args, PyObject *kwargs) {
const char *data;