summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-10 16:53:38 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-10 16:53:38 +0100
commitfb7f560f833fa9073f9aa3b793228f34ff6b2466 (patch)
tree5aba949d4a4c4aafa461cd0442ce30b817f53827 /indra/newview
parent36b9ee31139626f850cac34d599d30896949e888 (diff)
Fix Linux build failure... one would hope.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llvocache.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp
index ee32bd562e..0b903e62b1 100644
--- a/indra/newview/llvocache.cpp
+++ b/indra/newview/llvocache.cpp
@@ -643,4 +643,5 @@ void LLVOCache::writeToCache(U64 handle, const LLUUID& id, const LLVOCacheEntry:
delete apr_file ;
return ;
-} \ No newline at end of file
+}
+