From 8538151ea6c1618af5314f3166c928bb7517cd0c Mon Sep 17 00:00:00 2001 From: jackpoz Date: Thu, 4 Aug 2016 17:04:31 +0200 Subject: Common/Debugging: Reduce differences between 3.3.5 and 6.x branches Code functionality shouldn't have been modified. --- src/common/Debugging/Errors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/Debugging/Errors.cpp') diff --git a/src/common/Debugging/Errors.cpp b/src/common/Debugging/Errors.cpp index 2ce00229e53..6157cd786cd 100644 --- a/src/common/Debugging/Errors.cpp +++ b/src/common/Debugging/Errors.cpp @@ -90,7 +90,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", + fprintf(stderr, "\n%s:%i in %s ABORTED.\n", file, line, function); *((volatile int*)NULL) = 0; exit(1); -- cgit v1.2.3