From 9269ba245ccf5c5b699c35ac16e7cfceab681871 Mon Sep 17 00:00:00 2001 From: joonicks Date: Fri, 16 Mar 2018 06:42:01 +0100 Subject: [PATCH] whitespace --- src/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core.c b/src/core.c index 24f72bf..b650a44 100644 --- a/src/core.c +++ b/src/core.c @@ -1,7 +1,7 @@ /* EnergyMech, IRC bot software - Parts Copyright (c) 1997-2004 proton + Parts Copyright (c) 1997-2018 proton This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1295,7 +1295,7 @@ void do_core(COMMAND_ARGS) else pt = TEXT_VHINACTIVE; table_buffer(TEXT_VIRTHOSTWINGATE,current->setting[STR_WINGATE].str_var, - current->setting[INT_WINGPORT].int_var,pt); + current->setting[INT_WINGPORT].int_var,pt); } #endif /* WINGATE */ sp = find_server(current->server);