Skip to content

Commit

Permalink
wrjpgcom: Fix comment typo
Browse files Browse the repository at this point in the history
Comment was copied/pasted from skip_variable() without making the
necessary modifications.
  • Loading branch information
nyg authored and dcommander committed Sep 5, 2017
1 parent 5426a4c commit ba6e9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrjpgcom.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ copy_variable (void)
if (length < 2)
ERREXIT("Erroneous JPEG marker length");
length -= 2;
/* Skip over the remaining bytes */
/* Copy the remaining bytes */
while (length > 0) {
write_1_byte(read_1_byte());
length--;
Expand Down

0 comments on commit ba6e9d8

Please sign in to comment.