diff options
Diffstat (limited to 'OpenSim/Tools')
-rw-r--r-- | OpenSim/Tools/Configger/Main.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tools/Configger/Main.cs b/OpenSim/Tools/Configger/Main.cs index c85f0d2..192cfce 100644 --- a/OpenSim/Tools/Configger/Main.cs +++ b/OpenSim/Tools/Configger/Main.cs | |||
@@ -59,9 +59,9 @@ namespace Careminster | |||
59 | if (k.StartsWith("Include-")) | 59 | if (k.StartsWith("Include-")) |
60 | continue; | 60 | continue; |
61 | Console.WriteLine(" <Key Name=\"{0}\" Value=\"{1}\" />", k, v); | 61 | Console.WriteLine(" <Key Name=\"{0}\" Value=\"{1}\" />", k, v); |
62 | |||
63 | Console.WriteLine("</Section>"); | ||
64 | } | 62 | } |
63 | |||
64 | Console.WriteLine("</Section>"); | ||
65 | } | 65 | } |
66 | } | 66 | } |
67 | Console.WriteLine("</Nini>"); | 67 | Console.WriteLine("</Nini>"); |