Print inhead section

This commit is contained in:
Ai Lin Chia
2016-06-09 17:07:45 +02:00
parent f83ae887a4
commit c47bc2858a

@ -2406,6 +2406,9 @@ void Sections::printFlags (SafeBuf *sbuf , Section *sn ) {
if ( f & SEC_SELECT )
sbuf->safePrintf("inselect ");
if ( f & SEC_IN_HEAD )
sbuf->safePrintf("inhead ");
if ( f & SEC_IN_TITLE )
sbuf->safePrintf("intitle ");