Skip to content

Commit

Permalink
docs: fixed comment
Browse files Browse the repository at this point in the history
Signed-off-by: Rentib <[email protected]>
  • Loading branch information
Rentib committed Oct 20, 2024
1 parent ff9f52a commit 660b0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thumbnail.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ bool thumbnail_load(struct pixmap* thumb, const char* source,
goto fail;
}

/* comment to store params */
/* comment with stored params */
fread(header, 1, 1, fp); // '#'
fread(&saved_params, sizeof(struct thumbnail_params), 1, fp);
fread(header, 1, 1, fp); // '\n'
Expand Down

0 comments on commit 660b0dd

Please sign in to comment.