diff options
author | simon <none@none> | 2013-05-02 13:31:21 -0700 |
---|---|---|
committer | simon <none@none> | 2013-05-02 13:31:21 -0700 |
commit | 88ae31a3adcdc9fabf45b4a7cf1e53bd08615875 (patch) | |
tree | 1ec9e6f08528f212636feb7b4d20c2850388985d /indra/newview | |
parent | 348d4b66806cca07c91cab63f810d3d986e12377 (diff) |
Fix line endings
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llviewerwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 136e61389a..c65caea3ec 100755 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -2036,8 +2036,8 @@ void LLViewerWindow::shutdownViews() } llinfos << "Global views cleaned." << llendl ; - LLNotificationsUI::LLToast::cleanupToasts();
- llinfos << "Leftover toast cleaned up." << llendl;
+ LLNotificationsUI::LLToast::cleanupToasts(); + llinfos << "Leftover toast cleaned up." << llendl; // DEV-40930: Clear sModalStack. Otherwise, any LLModalDialog left open // will crump with LL_ERRS. |