mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
fix warning on Macintosh
This commit is contained in:
parent
8f6c002249
commit
73849c8195
@ -5008,7 +5008,8 @@ void CSizingObject::ResizeObject()
|
||||
|
||||
// Move to last cell of table
|
||||
// (1ST param unused, 2nd = Forward, 3rd = NextRow index ptr
|
||||
while(m_pBuffer->NextTableCell(FALSE, TRUE, 0));
|
||||
while(m_pBuffer->NextTableCell(FALSE, TRUE, 0))
|
||||
;
|
||||
|
||||
if( m_iStyle == ED_SIZE_ADD_ROWS )
|
||||
m_pBuffer->InsertTableRows(NULL, TRUE, m_iAddRows);
|
||||
|
Loading…
Reference in New Issue
Block a user