Fix a typo

This commit is contained in:
StormBytePP
2015-09-21 15:21:09 +02:00
parent 0bed9d56cb
commit c1817dff37

View File

@@ -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