Making changes suggested by Mark Jarvin.

This commit is contained in:
Alan Mishchenko
2013-05-05 09:06:53 -07:00
parent eacfad7622
commit a1ceb7617c
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1558,7 +1558,7 @@ ddSymmGroupMoveBackward(
int x,
int y)
{
int size;
int size = -1;
int i,j;
int xtop,xbot,xsize,ytop,ybot,ysize,newxtop;
+1 -1
View File
@@ -1590,7 +1590,7 @@ zdd_group_move_backward(
int x,
int y)
{
int size;
int size = -1;
int i, temp, gxtop, gxbot, gybot, yprev;
#ifdef DD_DEBUG