From bb20b0969d2cdc06a6239d0204d4d7f27f2ecce5 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 26 Dec 2016 16:11:30 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@10590 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Core/Util.cpp b/uppsrc/Core/Util.cpp index aeccd9bf1..c97ef9826 100644 --- a/uppsrc/Core/Util.cpp +++ b/uppsrc/Core/Util.cpp @@ -163,7 +163,7 @@ void AssertFailed(const char *file, int line, const char *cond) # endif #else #endif - __BREAK__; + __BREAK__; abort(); }