Skip to content

Commit

Permalink
returnの修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Nov 3, 2024
1 parent c5dc51f commit dc12415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mppcore/rgy_hdr10plus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RGY_ERR RGYHDR10Plus::init(const tstring &inputJson) {
}
return RGY_ERR_NONE;
#else
reutnr RGY_ERR_UNSUPPORTED;
return RGY_ERR_UNSUPPORTED;
#endif
}

Expand Down

0 comments on commit dc12415

Please sign in to comment.