1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/net/gq/files/patch-src_gq-tab-schema.c
William Grzybowski 8928cebe9a net/gq: fix build with clang
- Fix build with clang, func return value

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-13 23:19:38 +00:00

13 lines
330 B
C

diff --git src/gq-tab-schema.c src/gq-tab-schema.c
index b0f16e6..29219c0 100644
--- src/gq-tab-schema.c
+++ src/gq-tab-schema.c
@@ -1902,7 +1902,6 @@ gq_tab_schema_init(GqTabSchema* self)
tab->content = schemamode_vbox;
gtk_object_set_data(GTK_OBJECT(tab->content), "tab", tab);
- return tab;
}
static void