]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: A nit.
authorPetr Machata <pmachata@redhat.com>
Tue, 27 Oct 2009 15:41:32 +0000 (16:41 +0100)
committerPetr Machata <pmachata@redhat.com>
Wed, 18 Aug 2010 12:55:12 +0000 (14:55 +0200)
src/dwarflint/checks-low.cc

index 1505b8d9ec187d9b024410ccff2c3302d3f35269..411fc487bff638cfba20e875c457eadee3e93a6c 100644 (file)
@@ -312,7 +312,7 @@ section_base::get_sec_or_throw (section_id secid)
     wr_message (WHERE (secid, NULL),
                cat (mc_impact_4, mc_acc_suboptimal, mc_elf,
                     secid_to_cat (secid)))
-      <<  "data not found." << std::endl;
+      <<  "data not found." << std::endl;
 
   throw check_base::failed ();
 }