Fix various warnings

This commit is contained in:
whydoubt
2005-01-05 13:48:34 +00:00
parent f09f9438d3
commit c1e36db86f
17 changed files with 166 additions and 96 deletions

View File

@@ -29,7 +29,7 @@ typedef struct GMdbDefWindow {
static GList *window_list;
/* callbacks */
gint
static gint
gmdb_table_def_close(GtkList *list, GtkWidget *w, GMdbDefWindow *defw)
{
window_list = g_list_remove(window_list, defw);