Get rid of double newline at the EOF I accidentally introduced in the

last commit.
This commit is contained in:
d33tah 2014-06-18 11:30:02 +00:00
parent e3d1c178e3
commit 421176fc00
45 changed files with 0 additions and 45 deletions

View file

@ -319,4 +319,3 @@ char *NmapOutputTable::printableTable(int *size) {
if (size) *size = p;
return tableout;
}