oops, added missing ;

This commit is contained in:
Jan Kaluza 2012-07-19 12:59:57 +02:00
parent 8b7923f3e3
commit d9b89d1a0f

View file

@ -402,7 +402,7 @@ static void ask_local_server(ManagerConfig *config, Swift::BoostNetworkFactories
if (!found) {
std::cerr << "Config file for Spectrum instance with this JID was not found\n";
exit(20)
exit(20);
}
}
catch (const filesystem_error& ex) {