[geany/geany-plugins] 3dd353: GeanyDoc: Mark local functions as static

Colomban Wendling git-noreply at xxxxx
Sun Jul 8 16:19:09 UTC 2012


Branch:      refs/heads/1.22_release
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 08 Jul 2012 16:19:09
Commit:      3dd353c9aed9cf67e1d5a046f4809dde20f015f0
             https://github.com/geany/geany-plugins/commit/3dd353c9aed9cf67e1d5a046f4809dde20f015f0

Log Message:
-----------
GeanyDoc: Mark local functions as static


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

Modified: geanydoc/src/geanydoc.c
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -171,7 +171,7 @@
 	}
 }
 
-void
+static void
 show_doc(const gchar * word, gint cmd_num)
 {
 	GeanyDocument *doc;
@@ -325,7 +325,7 @@
 	return dialog;
 }
 
-GtkWidget *
+static GtkWidget *
 create_Configure(void)
 {
 	GtkWidget *Configure;


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list