From 4a74b60dd4bb62bf21452d60dbac66c685efa4e5 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 28 Dec 2020 10:22:39 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@15624 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Value.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Core/Value.cpp b/uppsrc/Core/Value.cpp index dae8e1474..9cefd47b8 100644 --- a/uppsrc/Core/Value.cpp +++ b/uppsrc/Core/Value.cpp @@ -563,7 +563,7 @@ void Value::Register(dword w, Void* (*c)(), const char *name) { #ifdef flagCHECKINIT RLOG("Register valuetype " << w); #endif - AssertST(); + AssertST(); // all needs to be registered at file level scope ASSERT(w != UNKNOWN_V); ASSERT(w < 0x8000000); CHECK(Typemap().GetAdd(w, c) == c);