Fix make check

Several unwanted symbols have sneaked in.
This commit is contained in:
Matthias Clasen 2012-01-30 20:46:44 -05:00
parent 4497ac6b58
commit 9b6ae2e9d5

View File

@ -787,8 +787,8 @@ gtk_about_dialog_init (GtkAboutDialog *about)
gtk_about_dialog_set_logo (about, NULL);
}
void destroy_credit_section (gpointer data)
static void
destroy_credit_section (gpointer data)
{
CreditSection *cs = data;
g_free (cs->heading);