mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
8928cebe9a
- Fix build with clang, func return value Approved by: culot / jpaetzel (mentors, implicit)
13 lines
330 B
C
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
|