X-Git-Url: https://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/c6e7af0589e98d7e6e6e233eb6fc88f9aba3c098..528799bd9ee2c03de68c6d2dc20a4813da3e3261:/source/ScriptCommands.C diff --git a/source/ScriptCommands.C b/source/ScriptCommands.C index 84049f5..d03ae76 100644 --- a/source/ScriptCommands.C +++ b/source/ScriptCommands.C @@ -553,7 +553,8 @@ ScriptCommands::getServerList(void) SCM res = gh_list(SCM_UNDEFINED); ::Server *s; int i = 0; - std::vector::iterator it = Interp::bot->serverList->begin(); + std::vector::iterator it = + Interp::bot->serverList->begin(); for ( ; it != Interp::bot->serverList->end(); ++it) { s = (*it);