diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatermute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatermute.cpp b/linden/indra/newview/llfloatermute.cpp index a78a616..f71b58f 100644 --- a/linden/indra/newview/llfloatermute.cpp +++ b/linden/indra/newview/llfloatermute.cpp | |||
@@ -106,7 +106,7 @@ LLFloaterMute::~LLFloaterMute() | |||
106 | void LLFloaterMute::show() | 106 | void LLFloaterMute::show() |
107 | { | 107 | { |
108 | // Make sure we make a noise. | 108 | // Make sure we make a noise. |
109 | open(); | 109 | open(); /* Flawfinder: ignore */ |
110 | } | 110 | } |
111 | 111 | ||
112 | //----------------------------------------------------------------------------- | 112 | //----------------------------------------------------------------------------- |