[geany/geany-plugins] a2f5ce: geanypg: Use proper C prototypes for functions without arguments
Colomban Wendling
git-noreply at xxxxx
Sun Jul 8 10:24:44 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 10:24:44
Commit: a2f5ce93c528e0c91d87022b4b5d54d4cbe244b4
https://github.com/geany/geany-plugins/commit/a2f5ce93c528e0c91d87022b4b5d54d4cbe244b4
Log Message:
-----------
geanypg: Use proper C prototypes for functions without arguments
Modified Paths:
--------------
geanypg/src/verify_cb.c
Modified: geanypg/src/verify_cb.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -19,7 +19,7 @@
#include "geanypg.h"
-char * geanypg_choose_sig()
+char * geanypg_choose_sig(void)
{
int response;
char * file = NULL;
@@ 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