From 219565dffa57499e71bef311aaee8031d6267481 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 14 Dec 2023 23:51:09 +0100 Subject: Deleted trailing whitespace characters --- FICS/lists.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS/lists.c') diff --git a/FICS/lists.c b/FICS/lists.c index 46c67f9..0824a92 100644 --- a/FICS/lists.c +++ b/FICS/lists.c @@ -290,7 +290,7 @@ PUBLIC int list_addsub(int p, char* list, char* who, int addsub) pprintf (p,"Your channel to add must be a number between 0 and %d.\n",MAX_CHANNELS - 1); return COM_OK; } - } + } if (in_list(p, gl->which, member)) { pprintf(p, "[%s] is already on %s %s list.\n", member, yourthe, listname); if (loadme && !connected) -- cgit v1.2.3