[geany/geany-plugins] 727073: Treebrowser: Don't mix code and declaration

Frank Lanitz git-noreply at xxxxx
Wed Jun 20 15:48:07 UTC 2012


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Wed, 20 Jun 2012 15:48:07
Commit:      727073beeba0047951185b1a35449b0bdd4a8d04
             https://github.com/geany/geany-plugins/commit/727073beeba0047951185b1a35449b0bdd4a8d04

Log Message:
-----------
Treebrowser: Don't mix code and declaration


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

Modified: treebrowser/src/treebrowser.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -335,9 +335,9 @@ enum
 static gboolean
 check_hidden(const gchar *filename)
 {
+	gsize len;
 	const gchar *base_name = NULL;
 	base_name = g_path_get_basename(filename);
-	gsize len;
 
 	if (! NZV(base_name))
 		return FALSE;


@@ 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