From 9ee4b5b2b4f7eb7540cf7a0ae13de3de8e07869d Mon Sep 17 00:00:00 2001 From: Matteo Paonessa Date: Thu, 15 Feb 2024 18:16:24 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcdec7e..d3d4c90 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ The C options struct is slightly different from the Rust one: ```Rust #[repr(C)] pub struct CCSParameters { - pub keep_metadata: bool, + pub keep_metadata: bool, pub jpeg_quality: u32, pub jpeg_chroma_subsampling: u32, pub png_quality: u32,