Skip to content

Commit

Permalink
fix: mangled symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Oct 2, 2024
1 parent f31020f commit 18888ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/files/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ pub fn decode_image<R: Read + BufRead + Seek>(reader: &mut R, mime: &str) -> Res
jxl_image.height(),
frame.image().buf().to_vec(),
)
.ok_or_else(|| create_error!(LabeImageProcessingFailedlMe))?,
.ok_or_else(|| create_error!(ImageProcessingFailed))?,
)
.to_rgba8(),
)),
Expand Down

0 comments on commit 18888ea

Please sign in to comment.