aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llvfs/lldir.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llvfs/lldir.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llvfs/lldir.cpp b/linden/indra/llvfs/lldir.cpp
index 6d6b7aa..0e014d9 100644
--- a/linden/indra/llvfs/lldir.cpp
+++ b/linden/indra/llvfs/lldir.cpp
@@ -377,7 +377,8 @@ std::string LLDir::getExpandedFilename(ELLPath location, const std::string& subd
377 377
378 case LL_PATH_EXECUTABLE: 378 case LL_PATH_EXECUTABLE:
379 prefix = getExecutableDir(); 379 prefix = getExecutableDir();
380 380 break;
381
381 default: 382 default:
382 llassert(0); 383 llassert(0);
383 } 384 }