Fix some typos in abidiff.cc
authorDodji Seketeli <dodji@redhat.com>
Mon, 3 Jul 2017 15:42:34 +0000 (17:42 +0200)
committerDodji Seketeli <dodji@redhat.com>
Mon, 3 Jul 2017 15:43:30 +0000 (17:43 +0200)
* tools/abidiff.cc (main): Fix typos.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tools/abidiff.cc

index e6daf836371b185af52b1c04e9d30261092c2784..84b294e567cccc3d4dc616fd555307fc191ef856 100644 (file)
@@ -954,7 +954,8 @@ main(int argc, char* argv[])
              if (c1_status
                  & abigail::dwarf_reader::STATUS_DEBUG_INFO_NOT_FOUND)
                {
-                 emit_prefix(argv[0], cerr) << "could not find the debug info";
+                 emit_prefix(argv[0], cerr) <<
+                   "could not find the debug info\n";
                  if (di_dir1 == 0)
                    emit_prefix(argv[0], cerr)
                      << " Maybe you should consider using the "
@@ -985,7 +986,8 @@ main(int argc, char* argv[])
              if (c2_status
                  & abigail::dwarf_reader::STATUS_DEBUG_INFO_NOT_FOUND)
                {
-                 emit_prefix(argv[0], cerr) << "could not find the debug info";
+                 emit_prefix(argv[0], cerr) <<
+                   "could not find the debug info\n";
                  if (di_dir2 == 0)
                    emit_prefix(argv[0], cerr)
                      << " Maybe you should consider using the "