Branch: refs/heads/1.22_release Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 08 Jul 2012 14:47:48 Commit: f44ffd941c5ed4a46de4120ec1067a28364c818c https://github.com/geany/geany-plugins/commit/f44ffd941c5ed4a46de4120ec1067a...
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).
plugins-commits@lists.geany.org