mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-14 20:22:23 -04:00
Fix a typo
This commit is contained in:
@@ -75,7 +75,7 @@ void Warning(char const* file, int line, char const* function, char const* messa
|
||||
void Abort(char const* file, int line, char const* function)
|
||||
{
|
||||
fprintf(stderr, "\n%s:%i in %s ABORTED.\n",
|
||||
file, line, function, message);
|
||||
file, line, function);
|
||||
}
|
||||
|
||||
} // namespace Trinity
|
||||
|
||||
Reference in New Issue
Block a user