From 0d7bcee5602a536b5d97893fabcac8b2e0db2536 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Mon, 17 Aug 2009 20:25:14 +0100
Subject: no-op to poke panda
---
OpenSim/Region/Application/OpenSimBase.cs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'OpenSim/Region/Application')
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index e28bc9a..7bc0b77 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -70,14 +70,14 @@ namespace OpenSim
protected bool m_autoCreateClientStack = true;
- ///
+ ///
/// The file used to load and save prim backup xml if no filename has been specified
- ///
+ ///
protected const string DEFAULT_PRIM_BACKUP_FILENAME = "prim-backup.xml";
- ///
+ ///
/// The file used to load and save an opensimulator archive if no filename has been specified
- ///
+ ///
protected const string DEFAULT_OAR_BACKUP_FILENAME = "region.oar";
public ConfigSettings ConfigurationSettings
--
cgit v1.1