[Pkg-telepathy-commits] [libnice] 28/265: agent: Fix an old-style function declaration
Simon McVittie
smcv at debian.org
Wed May 14 12:04:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian
in repository libnice.
commit 270c61664072ffb29c47294f2ab5cc21f9fe9f0b
Author: Philip Withnall <philip.withnall at collabora.co.uk>
Date: Tue Dec 17 09:36:32 2013 +0000
agent: Fix an old-style function declaration
---
agent/debug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/agent/debug.c b/agent/debug.c
index a7f1340..39f3094 100644
--- a/agent/debug.c
+++ b/agent/debug.c
@@ -59,7 +59,7 @@ static const GDebugKey keys[] = {
};
-void nice_debug_init ()
+void nice_debug_init (void)
{
static gboolean debug_initialized = FALSE;
const gchar *flags_string;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git
More information about the Pkg-telepathy-commits
mailing list