[geany/geany-plugins] f44ffd: updatechecker: Use proper C prototypes for functions without arguments

Colomban Wendling git-noreply at xxxxx
Sun Jul 8 14:47:48 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 08 Jul 2012 14:47:48
Commit:      f44ffd941c5ed4a46de4120ec1067a28364c818c
             https://github.com/geany/geany-plugins/commit/f44ffd941c5ed4a46de4120ec1067a28364c818c

Log Message:
-----------
updatechecker: Use proper C prototypes for functions without arguments


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

Modified: updatechecker/src/updatechecker.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -293,7 +293,7 @@ static void manual_check_activated_cb(GtkMenuItem *menuitem, gpointer gdata)
 };
 
 
-static void init_configuration()
+static void init_configuration(void)
 {
     GKeyFile *config = g_key_file_new();
 


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