patch-src_gq-tab-schema_c 404 B

123456789101112131415
  1. $OpenBSD: patch-src_gq-tab-schema_c,v 1.1 2017/05/02 22:58:49 espie Exp $
  2. This is a void function, can't return anything.
  3. Index: src/gq-tab-schema.c
  4. --- src/gq-tab-schema.c.orig
  5. +++ src/gq-tab-schema.c
  6. @@ -1902,7 +1902,6 @@ gq_tab_schema_init(GqTabSchema* self)
  7. tab->content = schemamode_vbox;
  8. gtk_object_set_data(GTK_OBJECT(tab->content), "tab", tab);
  9. - return tab;
  10. }
  11. static void