summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexturelist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llviewertexturelist.cpp')
-rw-r--r--indra/newview/llviewertexturelist.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp
index 899ef985ff..0066c09720 100644
--- a/indra/newview/llviewertexturelist.cpp
+++ b/indra/newview/llviewertexturelist.cpp
@@ -1710,11 +1710,11 @@ bool LLUIImageList::initFromFile()
// add components defined in the rest of the skin paths
while (++pi != pend)
{
- LLXMLNodePtr update_root;
+ LLXMLNodePtr update_root;
if (LLXMLNode::parseFile(*pi, update_root, NULL))
- {
+ {
parser.readXUI(update_root, images, *pi);
- }
+ }
}
if (!images.validateBlock()) return false;