Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dloebl authored Feb 10, 2022
1 parent 848be55 commit c0ecf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/more_than_256_colors.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define HEIGHT 255

/* This code is an example of how a GIF with frames including more than 256 colors can be created by reusing colors from a previous frame.
The general restriction of GIF that only 256 new colors can be intruduced in one frame remains of course */
The general restriction of GIF that only 256 new colors can be introduced in one frame remains of course */
int main(void) {
CGIF* pGIF;
CGIF_Config gConfig;
Expand Down

0 comments on commit c0ecf6f

Please sign in to comment.