Skip to content

Commit

Permalink
minor fix in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ashafaei committed Nov 19, 2022
1 parent fdf074b commit 6904460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_webp.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ WebPEncode_wrapper(PyObject *self, PyObject *args) {
config.quality = quality_factor;
config.method = method;
#if WEBP_ENCODER_ABI_VERSION >= 0x0209
// the exact flag is only available in libwebp 0.5.0 and later
// the "exact" flag is only available in libwebp 0.5.0 and later
config.exact = exact;
#endif

Expand Down

0 comments on commit 6904460

Please sign in to comment.