diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatereditui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatereditui.cpp b/linden/indra/newview/llfloatereditui.cpp index 21580d3..3af5741 100644 --- a/linden/indra/newview/llfloatereditui.cpp +++ b/linden/indra/newview/llfloatereditui.cpp | |||
@@ -319,7 +319,7 @@ void LLFloaterEditUI::show(void*) | |||
319 | { | 319 | { |
320 | LLFloaterEditUI* self = new LLFloaterEditUI(); | 320 | LLFloaterEditUI* self = new LLFloaterEditUI(); |
321 | self->center(); | 321 | self->center(); |
322 | self->open(); | 322 | self->open(); /*Flawfinder: ignore*/ |
323 | } | 323 | } |
324 | 324 | ||
325 | // static | 325 | // static |