aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Main.cpp
diff options
context:
space:
mode:
authormegamage <none@none.none>2011-10-07 12:48:20 -0400
committermegamage <none@none.none>2011-10-07 12:48:20 -0400
commit42d1562183dd0598de155e30264393edc6925a21 (patch)
tree73263639af50fcf177ff9bdf3791d8fc5afce454 /src/server/authserver/Main.cpp
parent7f4be7e93a03c2f4c964590efb166c7dadcb6837 (diff)
parent7f89678bcda1b58ff0701c0915074e81a9caf720 (diff)
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore.git
Conflicts: src/server/game/Entities/Player/Player.cpp
Diffstat (limited to 'src/server/authserver/Main.cpp')
-rwxr-xr-xsrc/server/authserver/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp
index dbc5f65c711..8226868fa7a 100755
--- a/src/server/authserver/Main.cpp
+++ b/src/server/authserver/Main.cpp
@@ -75,7 +75,7 @@ extern int main(int argc, char **argv)
// Command line parsing to get the configuration file name
char const* cfg_file = _TRINITY_REALM_CONFIG;
int c = 1;
- while(c < argc)
+ while (c < argc)
{
if (strcmp(argv[c], "-c") == 0)
{