summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-09 18:04:44 +0000
committerBodo Möller <bodo@openssl.org>1999-06-09 18:04:44 +0000
commit32933c961b609e0ee5e385709859a0c2819b5363 (patch)
tree69584fff884cfb550d561dea3f49321833440478 /Configure
parenta7bd03960c2ebae298e0242422e99bde140386cd (diff)
Delete unnecessary newlines in TABLE
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/Configure b/Configure
index a14f95d9a2..7603301938 100755
--- a/Configure
+++ b/Configure
@@ -380,7 +380,6 @@ if ($target eq "TABLE") {
foreach $target (sort keys %table) {
print_table_entry($target);
}
- print "\n";
exit 0;
}