aboutsummaryrefslogtreecommitdiff
path: root/doc2h.pl
diff options
context:
space:
mode:
Diffstat (limited to 'doc2h.pl')
-rw-r--r--doc2h.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc2h.pl b/doc2h.pl
index cba204b..8c70d90 100644
--- a/doc2h.pl
+++ b/doc2h.pl
@@ -6,7 +6,7 @@ my $version = read_file('version.txt');
chomp($version);
-printf "#define DOCSTRING \"inetools %s\\\n", $version;
+printf "#define DOCSTRING \"inetools %s\\\n\\n\\\n", $version;
while(<>){
s|\"|\\"|g;
s|\n|\\n\\\n|g;