summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ());