diff options
author | Jonathan Yap <none@none> | 2013-01-16 19:19:19 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-01-16 19:19:19 -0500 |
commit | 30b48351f9af386652ea00ca6f3288248f550a2f (patch) | |
tree | 79b7153d858014e3415e238a01e00ccc9b9718d0 /indra/newview | |
parent | d16757545c91d4f7dac3c52a311ad0f0239052e1 (diff) |
OPEN-161 Typo in the header guard.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/lltexturecache.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |