Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44fff3c

Browse files
committed
Added missing initialization
1 parent 8fd2d94 commit 44fff3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/imageop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ imageop_dither2grey2(self, args)
363363
object *rv;
364364
int i;
365365
int pos;
366-
int sum, nvalue;
366+
int sum = 0, nvalue;
367367

368368

369369
if ( !getargs(args, "(s#ii)", &cp, &len, &x, &y) )

0 commit comments

Comments
 (0)