Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritz committed Nov 16, 2022
1 parent 45592ea commit 344f816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raw.imageio/rawinput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ RawInput::open_raw(bool unpack, const std::string& name,
// Force flip value if needed. If user_flip is -1, libraw ignores it
m_processor->imgdata.params.user_flip
= config.get_int_attribute("raw:user_flip", -1);

#ifdef _WIN32
// Convert to wide chars, just on Windows.
int ret = m_processor->open_file(
Expand Down

0 comments on commit 344f816

Please sign in to comment.