mirror of https://github.com/python/cpython
Added missing initialization
This commit is contained in:
parent
8fd2d94e37
commit
44fff3cfb5
|
@ -363,7 +363,7 @@ imageop_dither2grey2(self, args)
|
|||
object *rv;
|
||||
int i;
|
||||
int pos;
|
||||
int sum, nvalue;
|
||||
int sum = 0, nvalue;
|
||||
|
||||
|
||||
if ( !getargs(args, "(s#ii)", &cp, &len, &x, &y) )
|
||||
|
|
Loading…
Reference in New Issue