[geany/geany-plugins] 9b588c: GeanyPrj: Mark local functions static
Colomban Wendling
git-noreply at xxxxx
Sun Jul 8 16:29:16 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:29:16
Commit: 9b588c6975baa82caf21e4fea1b6f88d84fc4f57
https://github.com/geany/geany-plugins/commit/9b588c6975baa82caf21e4fea1b6f88d84fc4f57
Log Message:
-----------
GeanyPrj: Mark local functions static
Modified Paths:
--------------
geanyprj/src/sidebar.c
Modified: geanyprj/src/sidebar.c
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -342,13 +342,13 @@ static void prepare_file_view(void)
}
-void sidebar_clear(void)
+static void sidebar_clear(void)
{
gtk_list_store_clear(file_store);
}
-gint mycmp(const gchar *a, const gchar *b)
+static gint mycmp(const gchar *a, const gchar *b)
{
const gchar *p1 = a;
const gchar *p2 = b;
@@ 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