summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2013-01-16 19:19:19 -0500
committerJonathan Yap <none@none>2013-01-16 19:19:19 -0500
commit30b48351f9af386652ea00ca6f3288248f550a2f (patch)
tree79b7153d858014e3415e238a01e00ccc9b9718d0
parentd16757545c91d4f7dac3c52a311ad0f0239052e1 (diff)
OPEN-161 Typo in the header guard.
-rw-r--r--doc/contributions.txt2
-rw-r--r--indra/newview/lltexturecache.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt
index f53d9f5cfd..ea90dd6b87 100644
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -646,6 +646,7 @@ Jonathan Yap
STORM-1872
STORM-1858
STORM-1862
+ OPEN-161
Kadah Coba
STORM-1060
STORM-1843
@@ -1163,6 +1164,7 @@ Techwolf Lupindo
SNOW-746
VWR-12385
VWR-20893
+ OPEN-161
Templar Merlin
tenebrous pau
VWR-247
diff --git a/indra/newview/lltexturecache.h b/indra/newview/lltexturecache.h
index e3fc957fd2..deaacc4975 100644
--- a/indra/newview/lltexturecache.h
+++ b/indra/newview/lltexturecache.h
@@ -24,7 +24,7 @@
* $/LicenseInfo$
*/
-#ifndef LL_LLTEXTURECACHE_
+#ifndef LL_LLTEXTURECACHE_H
#define LL_LLTEXTURECACHE_H
#include "lldir.h"