Fix formatting error in datasheet formatting

This commit is contained in:
Seth Hillbrand 2021-08-27 11:10:38 -07:00
parent 0b2e66d3b7
commit e7905b05e7
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ void DS_DATA_MODEL_IO::formatRepeatParameters( DS_DATA_ITEM* aItem ) const
void DS_DATA_MODEL_IO::formatOptions( DS_DATA_ITEM* aItem ) const
{
if( aItem->GetPage1Option() == FIRST_PAGE_ONLY )
m_out->Print( 0, " (option page1only)", getTokenName(T_page1only ) );
m_out->Print( 0, " (option page1only)" );
else if( aItem->GetPage1Option() == SUBSEQUENT_PAGES )
m_out->Print( 0, " (option notonpage1)" );
}