diff options
Diffstat (limited to 'OpenSim/Region/UserStatistics/LogLinesAJAX.cs')
-rw-r--r-- | OpenSim/Region/UserStatistics/LogLinesAJAX.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/UserStatistics/LogLinesAJAX.cs b/OpenSim/Region/UserStatistics/LogLinesAJAX.cs index 85d2e03..811baba 100644 --- a/OpenSim/Region/UserStatistics/LogLinesAJAX.cs +++ b/OpenSim/Region/UserStatistics/LogLinesAJAX.cs | |||
@@ -76,7 +76,7 @@ namespace OpenSim.Region.UserStatistics | |||
76 | string formatopen = ""; | 76 | string formatopen = ""; |
77 | string formatclose = ""; | 77 | string formatclose = ""; |
78 | 78 | ||
79 | for (int i = 0; i < result.Length;i++ ) | 79 | for (int i = 0; i < result.Length; i++) |
80 | { | 80 | { |
81 | if (result[i].Length >= 30) | 81 | if (result[i].Length >= 30) |
82 | { | 82 | { |