General File cleanup. Added closing paren for the port error message

This commit is contained in:
sean 2012-08-04 01:18:40 +00:00
parent ce2f251cd5
commit 17f7791c02

View file

@ -168,7 +168,7 @@ int main(int argc, char *argv[] ){
* I choose to print out a Fatal error since the scan doesn't make sense.
*/
if(o.issetTargetPorts() && !o.scan_mode_uses_target_ports(o.getMode()))
outFatal(QT_3, "You cannot use -p (explicit port selection) in your current scan mode.\n(Perhaps you meant to use --tcp or --udp");
outFatal(QT_3, "You cannot use -p (explicit port selection) in your current scan mode.\n(Perhaps you meant to use --tcp or --udp)");
@ -228,7 +228,7 @@ int do_safe_checks(){
test_stuff(); /* Little function that is called quite early to test some misc stuff. */
return OP_SUCCESS;
} /* End of do_safe_checks() */
//
/** Use this function whenever you have some code that you want to test, but