From 0f18c084bb0d06c2dd1c26698b49a53fb528d933 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Mon, 15 Feb 2010 22:18:00 +0100 Subject: [PATCH] Add missing return value. --- modules/m_invite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_invite.c b/modules/m_invite.c index f09021c..e7fe218 100644 --- a/modules/m_invite.c +++ b/modules/m_invite.c @@ -169,7 +169,7 @@ m_invite(struct Client *client_p, struct Client *source_p, int parc, const char { sendto_one(source_p, form_str(ERR_TARGCHANGE), me.name, source_p->name, target_p->name); - return; + return 0; } sendto_one(source_p, form_str(RPL_INVITING), me.name, source_p->name,