summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2009-07-28 13:46:34 -0700
committerNat Goodspeed <nat@lindenlab.com>2009-07-28 13:46:34 -0700
commit91497c40c53f145749ae418c8f49e05916d87f5b (patch)
treed3c97ddfae32df41b0ad19186ebf421dc697d66c /indra/newview
parentcc3687266f470057ff6fda09239815010c3666d4 (diff)
Fix Linux compile problem
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/lllogininstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp
index c08cc2baae..16192079a2 100644
--- a/indra/newview/lllogininstance.cpp
+++ b/indra/newview/lllogininstance.cpp
@@ -450,4 +450,4 @@ std::string construct_start_string()
start = gSavedSettings.getString("LoginLocation");
}
return start;
-} \ No newline at end of file
+}