Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed May 1, 2021
1 parent 8204db4 commit 53b632d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MagickCore/fourier.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 446,7 @@ static MagickBooleanType RollFourier(const size_t width,const size_t height,
source_pixels[v*width u]=roll_pixels[i ];
}
}
(void) memcpy(roll_pixels,source_pixels,height*width*
sizeof(*source_pixels));
(void) memcpy(roll_pixels,source_pixels,height*width*sizeof(*source_pixels));
source_info=RelinquishVirtualMemory(source_info);
return(MagickTrue);
}
Expand Down

0 comments on commit 53b632d

Please sign in to comment.