From: Josh Date: Mon, 17 Nov 2014 21:17:32 +0000 (-0600) Subject: fixing the FIXIT-H J X-Git-Tag: 3.0.0-233~1207^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4afc3de8563fe58d784026ac2bfb02f8049e1db3;p=thirdparty%2Fsnort3.git fixing the FIXIT-H J --- diff --git a/tools/snort2lua/helpers/parse_cmd_line.cc b/tools/snort2lua/helpers/parse_cmd_line.cc index 5033d6b4c..598e96343 100644 --- a/tools/snort2lua/helpers/parse_cmd_line.cc +++ b/tools/snort2lua/helpers/parse_cmd_line.cc @@ -502,7 +502,7 @@ static void help_args(const char* /*pfx*/, const char* /*val*/) break; } - //std::cout << Markup::add_newline() << std::endl; FIXIT-H-J undefined + std::cout << Markup::add_newline() << std::endl; } ++p; }