From 5dbfba4799c8bff3fef8bb4177493b96dc54ba34 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 26 Feb 2013 03:39:23 +0000 Subject: [PATCH] Remove stray semicolon. --- targets.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets.cc b/targets.cc index 5c777d3a1..65de9f31f 100644 --- a/targets.cc +++ b/targets.cc @@ -392,7 +392,7 @@ const std::list &TargetGroup::get_resolved_addrs(void) /* is the current expression a named host */ int TargetGroup::get_namedhost() const { return this->get_resolved_name() != NULL; -}; +} /* Lookahead is the number of hosts that can be checked (such as ping scanned) in advance. Randomize causes each