[geany/geany-plugins] b74009: geniuspaste: Use proper C prototypes for functions without arguments

Colomban Wendling git-noreply at xxxxx
Sun Jul 8 14:45:47 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:45:47
Commit:      b740096ccb2f61d97c8738bb24c2a3133d6b852b
             https://github.com/geany/geany-plugins/commit/b740096ccb2f61d97c8738bb24c2a3133d6b852b

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


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

Modified: geniuspaste/src/geniuspaste.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -486,7 +486,7 @@ GtkWidget *plugin_configure(GtkDialog * dialog)
     return vbox;
 }
 
-static void add_menu_item()
+static void add_menu_item(void)
 {
     GtkWidget *paste_item;
 


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