Kaydet (Commit) 3ffc5773 authored tarafından Colomban Wendling's avatar Colomban Wendling

Mark a local function static

üst adc22a45
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment