Fix build error caused by typo

This commit is contained in:
Hans Goudey 2021-09-23 15:20:57 -05:00
parent 1bdaf0ebec
commit c1b925f7ff
1 changed files with 4 additions and 4 deletions

View File

@ -44,10 +44,10 @@ void IMB_exr_add_channel(void * /*handle*/,
}
bool IMB_exr_begin_read(void * /*handle*/,
const char * /*filename*/,
int * /*width*/,
int * /*height*/,
const bool /*add_channels*/))
const char * /*filename*/,
int * /*width*/,
int * /*height*/,
const bool /*add_channels*/)
{
return 0;
}