From 8ca227b234573167b1bf0b396aa19966e5de509d Mon Sep 17 00:00:00 2001 From: Marti Maria Date: Sun, 20 Dec 2020 17:55:20 +0100 Subject: Clean the _cmsInterpFn16 mess A cleanup of a function pointer being mixed in several places --- plugins/fast_float/src/fast_float_sup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/fast_float/src/fast_float_sup.c b/plugins/fast_float/src/fast_float_sup.c index 89edf41..1384928 100644 --- a/plugins/fast_float/src/fast_float_sup.c +++ b/plugins/fast_float/src/fast_float_sup.c @@ -86,7 +86,7 @@ static cmsPluginTransform PluginList = { // When initializing a union, the initializer list must have only one member, which initializes the first member of // the union unless a designated initializer is used (C99) - (_cmsTransformFactory) Floating_Point_Transforms_Dispatcher + { (_cmsTransformFactory) Floating_Point_Transforms_Dispatcher } }; // This is the main plug-in installer. -- cgit v1.2.3