Commit c1ad6dee authored by Jack Jansen's avatar Jack Jansen

Added missing initialization

parent ce4d07ee
...@@ -363,7 +363,7 @@ imageop_dither2grey2(self, args) ...@@ -363,7 +363,7 @@ imageop_dither2grey2(self, args)
object *rv; object *rv;
int i; int i;
int pos; int pos;
int sum, nvalue; int sum = 0, nvalue;
if ( !getargs(args, "(s#ii)", &cp, &len, &x, &y) ) if ( !getargs(args, "(s#ii)", &cp, &len, &x, &y) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment