mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-02 11:30:11 +03:00
Merge 9f9ccc1664
into de210a2e21
This commit is contained in:
commit
932637673c
|
@ -1202,7 +1202,7 @@ PySane_get_devices(PyObject *self, PyObject *args)
|
|||
const SANE_Device *dev;
|
||||
SANE_Status st;
|
||||
PyObject *list;
|
||||
int local_only, i;
|
||||
int local_only = 0, i;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "|i", &local_only))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user