net/gq: fix build with clang

- Fix build with clang, func return value

Approved by:	culot / jpaetzel (mentors, implicit)
This commit is contained in:
William Grzybowski 2013-06-13 23:19:38 +00:00
parent 9bcd36c3f8
commit 8928cebe9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320850

View file

@ -0,0 +1,12 @@
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