| Index: xfa/src/fwl/src/core/fwl_appimp.cpp
|
| diff --git a/xfa/src/fwl/src/core/fwl_appimp.cpp b/xfa/src/fwl/src/core/fwl_appimp.cpp
|
| index 6d71825d5f772433f64642841a7af2bd03d3c74d..1dd66e152f90ed27aa350622fd144411995b8ce0 100644
|
| --- a/xfa/src/fwl/src/core/fwl_appimp.cpp
|
| +++ b/xfa/src/fwl/src/core/fwl_appimp.cpp
|
| @@ -72,8 +72,9 @@ FWL_ERR CFWL_AppImp::SetThemeProvider(IFWL_ThemeProvider* pThemeProvider) {
|
| return FWL_ERR_Succeeded;
|
| }
|
| FWL_ERR CFWL_AppImp::Exit(int32_t iExitCode) {
|
| - while (m_pNoteDriver->PopNoteLoop())
|
| - ;
|
| + while (m_pNoteDriver->PopNoteLoop()) {
|
| + continue;
|
| + }
|
| return m_pWidgetMgr->GetAdapterWidgetMgr()->Exit(0);
|
| }
|
| IFWL_ThemeProvider* CFWL_AppImp::GetThemeProvider() const {
|
|
|