aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Tools/OpenSim.32BitLaunch/Program.cs20
1 files changed, 10 insertions, 10 deletions
diff --git a/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs b/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs
index ba2f461..afd7754 100644
--- a/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs
+++ b/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs
@@ -1,10 +1,10 @@
1namespace OpenSim._32BitLaunch 1namespace OpenSim._32BitLaunch
2{ 2{
3 class Program 3 class Program
4 { 4 {
5 static void Main(string[] args) 5 static void Main(string[] args)
6 { 6 {
7 OpenSim.Application.Main(args); 7 OpenSim.Application.Main(args);
8 } 8 }
9 } 9 }
10} 10}