[Bf-blender-cvs] [c1b925f7fff] master: Fix build error caused by typo

Hans Goudey noreply at git.blender.org
Thu Sep 23 22:21:05 CEST 2021


Commit: c1b925f7fff5f8b26daa05b3105cbb10dfc175e7
Author: Hans Goudey
Date:   Thu Sep 23 15:20:57 2021 -0500
Branches: master
https://developer.blender.org/rBc1b925f7fff5f8b26daa05b3105cbb10dfc175e7

Fix build error caused by typo

===================================================================

M	source/blender/imbuf/intern/openexr/openexr_stub.cpp

===================================================================

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;
 }



More information about the Bf-blender-cvs mailing list