From def8897149ac794709649d97d72f9b8bc7d71bd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 8 Mar 2016 16:32:23 -0500 Subject: [PATCH] Missing void in function signature MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/session.c b/src/bin/lttng-sessiond/session.c index a6281662c..bb8a55ed7 100644 --- a/src/bin/lttng-sessiond/session.c +++ b/src/bin/lttng-sessiond/session.c @@ -201,7 +201,7 @@ end: * Return 1 if empty, 0 if not empty. * The session list lock must be held. */ -static int ltt_sessions_ht_empty() +static int ltt_sessions_ht_empty(void) { int ret; -- 2.34.1