summaryrefslogtreecommitdiff
path: root/odb/odb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/odb.cxx')
-rw-r--r--odb/odb.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/odb.cxx b/odb/odb.cxx
index 5bc6605..401e688 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -515,6 +515,10 @@ main (int argc, char* argv[])
return 1;
}
+ // Add a new line in case the input file doesn't end with one.
+ //
+ os << endl;
+
// Add custom epilogue if any.
//
strings const& epi (ops.odb_epilogue ());