Index: libcfa/src/stdlib.hfa
===================================================================
--- libcfa/src/stdlib.hfa	(revision f28fdee903fa756068b5401d0fcf0c910d9ade16)
+++ libcfa/src/stdlib.hfa	(revision 09ee13126cfc35347fe32499e50fe2b1b4160b6d)
@@ -10,6 +10,6 @@
 // Created On       : Thu Jan 28 17:12:35 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Jan 16 09:07:10 2021
-// Update Count     : 568
+// Last Modified On : Mon Jan 18 21:51:13 2021
+// Update Count     : 569
 //
 
@@ -270,5 +270,5 @@
 static inline forall( dtype T | sized(T), ttype TT | { void ?{}( T &, TT ); } )
 T * new( TT p ) {
-	return &(*(T *)malloc()){ p };							// run constructor
+	return &(*(T *)malloc()){ p };						// run constructor
 } // new
 
