From aab881fda26578edb5c17a705069e55e8c612f29 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Thu, 18 Feb 2016 08:57:22 -0500 Subject: Fix strict prototype warnings --- src/common/dcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/dcc.c') diff --git a/src/common/dcc.c b/src/common/dcc.c index a7ed0988..6c5b117e 100644 --- a/src/common/dcc.c +++ b/src/common/dcc.c @@ -83,7 +83,7 @@ static gboolean dcc_send_data (GIOChannel *, GIOCondition, struct DCC *); static gboolean dcc_read (GIOChannel *, GIOCondition, struct DCC *); static gboolean dcc_read_ack (GIOChannel *source, GIOCondition condition, struct DCC *dcc); -static int new_id() +static int new_id(void) { static int id = 0; if (id == 0) -- cgit 1.4.1