summaryrefslogtreecommitdiffstats
path: root/Tools/ProtoProxy/ProtoProxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/ProtoProxy/ProtoProxy.cpp')
-rw-r--r--Tools/ProtoProxy/ProtoProxy.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/Tools/ProtoProxy/ProtoProxy.cpp b/Tools/ProtoProxy/ProtoProxy.cpp
index ac5858d02..809f2dc7d 100644
--- a/Tools/ProtoProxy/ProtoProxy.cpp
+++ b/Tools/ProtoProxy/ProtoProxy.cpp
@@ -52,12 +52,8 @@ int main(int argc, char ** argv)
LOGERROR("Server initialization failed: %d", res);
return res;
}
-
+
Server.Run();
-
+
return 0;
}
-
-
-
-