Added missing initialization

This commit is contained in:
Jack Jansen 1994-12-14 12:55:17 +00:00
parent 8fd2d94e37
commit 44fff3cfb5
1 changed files with 1 additions and 1 deletions

View File

@ -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) )