Skip to content

Commit

Permalink
Update account_wrap.cpp
Browse files Browse the repository at this point in the history
Added missing comma
  • Loading branch information
xboi209 committed Feb 12, 2015
1 parent 19fbaa5 commit 5013aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bnetd/account_wrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1810,7 +1810,7 @@ namespace pvpgn
}
else
{
snprintf(chars_in_realm, sizeof(chars_in_realm) "%s", ch->name);
snprintf(chars_in_realm, sizeof(chars_in_realm), "%s", ch->name);
}

eventlog(eventlog_level_debug, __FUNCTION__, "new character list for realm \"%s\" is \"%s\"", ch->realmname, chars_in_realm);
Expand Down

0 comments on commit 5013aac

Please sign in to comment.