Skip to content

Commit

Permalink
Merge pull request #556 from luzpaz/typo
Browse files Browse the repository at this point in the history
Fix typo in source comment
  • Loading branch information
farindk authored Oct 30, 2021
2 parents 5f94894 + baeb1df commit 561abfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/heif_image.cc
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ Error HeifPixelImage::fill_RGB_16bit(uint16_t r, uint16_t g, uint16_t b, uint16_
val16 = a;
break;
default:
// initialization only to avoid warning of uninitalized variable.
// initialization only to avoid warning of uninitialized variable.
val16 = 0;
// Should already be detected by the check above ("m_planes.find").
assert(false);
Expand Down

0 comments on commit 561abfc

Please sign in to comment.