Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-09-23 23:20:57 +0300
committerHans Goudey <h.goudey@me.com>2021-09-23 23:20:57 +0300
commitc1b925f7fff5f8b26daa05b3105cbb10dfc175e7 (patch)
treeebaf841c192d803d0522c4ac786b096ad5f2caf9
parent1bdaf0ebec5bafd6c0b945de49cc74515b93fe1c (diff)
Fix build error caused by typo
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_stub.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/imbuf/intern/openexr/openexr_stub.cpp b/source/blender/imbuf/intern/openexr/openexr_stub.cpp
index c8bc7c57e3a..639100ac6fe 100644
--- a/source/blender/imbuf/intern/openexr/openexr_stub.cpp
+++ b/source/blender/imbuf/intern/openexr/openexr_stub.cpp
@@ -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;
}