aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/lscript/lscript_byteformat.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/lscript/lscript_byteformat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/lscript/lscript_byteformat.h b/linden/indra/lscript/lscript_byteformat.h
index 1f201d8..418c248 100644
--- a/linden/indra/lscript/lscript_byteformat.h
+++ b/linden/indra/lscript/lscript_byteformat.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$ 5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2002-2008, Linden Research, Inc. 7 * Copyright (c) 2002-2009, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -470,6 +470,7 @@ const U8 LSCRIPTTypeHi4Bits[LST_EOF] =
470 LST_VECTOR << 4, 470 LST_VECTOR << 4,
471 LST_QUATERNION << 4, 471 LST_QUATERNION << 4,
472 LST_LIST << 4, 472 LST_LIST << 4,
473 LST_UNDEFINED << 4,
473}; 474};
474 475
475const char * const LSCRIPTTypeNames[LST_EOF] = /*Flawfinder: ignore*/ 476const char * const LSCRIPTTypeNames[LST_EOF] = /*Flawfinder: ignore*/