[gegl] workshop: fix GEGL_OP_C_SOURCE in saturation-yuv.c - again



commit c3037c75dae7a7f1e335b255b6433fc9e679a079
Author: Michael Schumacher <schumaml gmx de>
Date:   Sun Jun 30 19:44:21 2019 +0200

    workshop: fix GEGL_OP_C_SOURCE in saturation-yuv.c - again

 operations/workshop/saturation-yuv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/operations/workshop/saturation-yuv.c b/operations/workshop/saturation-yuv.c
index 69ff2b2a2..d7b7cd210 100644
--- a/operations/workshop/saturation-yuv.c
+++ b/operations/workshop/saturation-yuv.c
@@ -30,7 +30,7 @@ property_double (scale, "Scale", 1.0)
 
 #define GEGL_OP_POINT_FILTER
 #define GEGL_OP_NAME     saturation_hue_constant2
-#define GEGL_OP_C_SOURCE saturation-foo.c
+#define GEGL_OP_C_SOURCE saturation-yuv.c
 
 #include "gegl-op.h"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]