kill superflous semicolon

This commit is contained in:
Dennis Luxen 2013-12-13 09:52:22 -05:00
parent 662714fca3
commit a492bf3885

View File

@ -101,7 +101,7 @@ void RequestHandler::handle_request(const http::Request& req, http::Reply& rep){
"[server error] code: " << e.what() << ", uri: " << req.uri;
return;
}
};
}
void RequestHandler::RegisterRoutingMachine(OSRM * osrm) {
routing_machine = osrm;