[glib/wip/hadess/gnetworkmonitor-nm-fixups: 5/5] tests: Remove unneeded "; " in G_DEFINE_INTERFACE_WITH_CODE
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/hadess/gnetworkmonitor-nm-fixups: 5/5] tests: Remove unneeded "; " in G_DEFINE_INTERFACE_WITH_CODE
- Date: Mon, 29 Jul 2019 15:28:44 +0000 (UTC)
commit b80fcc6cb803ac724021e0b2c97f17bbe107591a
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jul 29 17:27:19 2019 +0200
tests: Remove unneeded ";" in G_DEFINE_INTERFACE_WITH_CODE
gobject/tests/type.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gobject/tests/type.c b/gobject/tests/type.c
index 1abe4823d..c5db7e992 100644
--- a/gobject/tests/type.c
+++ b/gobject/tests/type.c
@@ -33,7 +33,7 @@ typedef struct {
GType foo_get_type (void);
G_DEFINE_INTERFACE_WITH_CODE (Foo, foo, G_TYPE_OBJECT,
- g_type_interface_add_prerequisite (g_define_type_id, bar_get_type ());)
+ g_type_interface_add_prerequisite (g_define_type_id, bar_get_type ()))
static void
foo_default_init (FooInterface *iface)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]