diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 13:28:13 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 13:28:13 -0800 |
commit | 3616ed1e996f276b3ad195e1f2c9b2f87a5b1455 (patch) | |
tree | 499d370d76949b1dd009a03dbac576fbd5b51552 | |
parent | eeb30616f601a8e75403d7eb8ffed272a5915a17 (diff) |
sigh, follow-up fix.
-rw-r--r-- | indra/llcommon/llallocator_heap_profile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llallocator_heap_profile.cpp b/indra/llcommon/llallocator_heap_profile.cpp index d01b33c8c4..e50d59fd4b 100644 --- a/indra/llcommon/llallocator_heap_profile.cpp +++ b/indra/llcommon/llallocator_heap_profile.cpp @@ -130,7 +130,7 @@ void LLAllocatorHeapProfile::parse(std::string const & prof_text) } } } - + } // *TODO - parse MAPPED_LIBRARIES section here if we're ever interested in it } |