Skip to content

Commit

Permalink
eliminate compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Apr 3, 2022
1 parent 914c2e8 commit 4576d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagickCore/quantum-import.c
Expand Up @@ -3771,7 +3771,7 @@ static void ImportMultispectralQuantum(const Image *image,
default:
{
unsigned int
pixel;
pixel = 0;

range=GetQuantumRange(quantum_info->depth);
for (x=0; x < (ssize_t) number_pixels; x++)
Expand Down

0 comments on commit 4576d73

Please sign in to comment.