[geany/geany-plugins] 4bec45: geanyctags: Add a missing initializer

Colomban Wendling git-noreply at xxxxx
Mon Oct 20 17:04:35 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Mon, 20 Oct 2014 17:04:35 UTC
Commit:      4bec454d347c9a452c4453d2de6c8c33bf08544e
             https://github.com/geany/geany-plugins/commit/4bec454d347c9a452c4453d2de6c8c33bf08544e

Log Message:
-----------
geanyctags: Add a missing initializer


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

Modified: geanyctags/src/geanyctags.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -60,7 +60,7 @@ static struct
 	GtkWidget *combo_match;
 	GtkWidget *case_sensitive;
 	GtkWidget *declaration;
-} s_ft_dialog = {NULL, NULL, NULL, NULL};
+} s_ft_dialog = {NULL, NULL, NULL, NULL, NULL};
 
 
 enum



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


More information about the Plugins-Commits mailing list