From c1b925f7fff5f8b26daa05b3105cbb10dfc175e7 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 23 Sep 2021 15:20:57 -0500 Subject: Fix build error caused by typo --- source/blender/imbuf/intern/openexr/openexr_stub.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/imbuf') 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; } -- cgit v1.2.3