[geany/geany] 3ffc57: Mark a local function static

Colomban Wendling git-noreply at xxxxx
Sun Aug 20 00:16:21 UTC 2017


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 20 Aug 2017 00:16:21 UTC
Commit:      3ffc5773a032e9a741792981cca6733143a11f8a
             https://github.com/geany/geany/commit/3ffc5773a032e9a741792981cca6733143a11f8a

Log Message:
-----------
Mark a local function static


Modified Paths:
--------------
    src/notebook.c

Modified: src/notebook.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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);



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list