diff options
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 4de746fd4f..c3ec9e8f2b 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -818,7 +818,7 @@ LLString LLItemBridge::getLabelSuffix() const if(xfer) sxfer = EMPTY; else sxfer = NO_XFER; char buffer[MAX_STRING]; /*Flawfinder: ignore*/ - snprintf( /*Flawfinder: ignore*/ + snprintf( /* Flawfinder: ignore */ buffer, MAX_STRING, "%s%s%s", |