summaryrefslogtreecommitdiff
path: root/indra/llrender/llgldbg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llrender/llgldbg.cpp')
-rw-r--r--indra/llrender/llgldbg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llgldbg.cpp b/indra/llrender/llgldbg.cpp
index d19ca2c309..b265bdd4ac 100644
--- a/indra/llrender/llgldbg.cpp
+++ b/indra/llrender/llgldbg.cpp
@@ -81,7 +81,7 @@ char *fv3(F32 *f)
char *fv1(F32 *f)
{
static char str[128]; /* Flawfinder: ignore */
- snprintf(str, sizeof(str), "%8.3f", f[0]); /* Flawfinder: ignore */
+ snprintf(str, sizeof(str), "%8.3f", f[0]); /* Flawfinder: ignore */
return str;
}