Mark a local function static

This commit is contained in:
Colomban Wendling 2017-08-19 17:16:21 -07:00
parent adc22a453b
commit 3ffc5773a0

View File

@ -439,7 +439,7 @@ static gboolean has_tabs_on_right(GeanyDocument *doc)
}
void on_close_documents_right_activate(GtkMenuItem *menuitem, GeanyDocument *doc)
static void on_close_documents_right_activate(GtkMenuItem *menuitem, GeanyDocument *doc)
{
g_return_if_fail(has_tabs_on_right(doc));
GtkNotebook *nb = GTK_NOTEBOOK(main_widgets.notebook);