]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
fixing the FIXIT-H J
authorJosh <jrosenba@cisco.com>
Mon, 17 Nov 2014 21:17:32 +0000 (15:17 -0600)
committerJosh <jrosenba@cisco.com>
Mon, 17 Nov 2014 21:17:32 +0000 (15:17 -0600)
tools/snort2lua/helpers/parse_cmd_line.cc

index 5033d6b4c2beb17623f59d2328c73c16644cdd81..598e96343f9c7fd7b76719a13eb7817a8ea4eaff 100644 (file)
@@ -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;
     }