[gegl] gegl: fix missing closing parenthese.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] gegl: fix missing closing parenthese.
- Date: Mon, 12 Nov 2018 11:38:54 +0000 (UTC)
commit 2b076eb7b06f114fea5645933787a7588cbbcb77
Author: Jehan <jehan girinstud io>
Date: Mon Nov 12 12:36:51 2018 +0100
gegl: fix missing closing parenthese.
gegl/gegl-op.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gegl/gegl-op.h b/gegl/gegl-op.h
index 0a52011e4..2c33b1c1b 100644
--- a/gegl/gegl-op.h
+++ b/gegl/gegl-op.h
@@ -531,7 +531,7 @@ set_property (GObject *gobject,
case PROP_##name: \
g_clear_object (&properties->name); \
properties->name = \
- GEGL_AUDIO_FRAGMENT (g_value_dup_object (value); \
+ GEGL_AUDIO_FRAGMENT (g_value_dup_object (value)); \
break;
#define property_path(name, label, def_val) \
case PROP_##name: \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]