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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to