ObjectMemory.st
changeset 13582 bb477596efd4
parent 13581 3166c400dc11
child 13584 909d95112f7f
--- a/ObjectMemory.st	Fri Aug 12 14:13:38 2011 +0200
+++ b/ObjectMemory.st	Fri Aug 12 14:16:38 2011 +0200
@@ -4868,7 +4868,7 @@
 %{   /* NOCONTEXT */
     void __malloc_print_stats();
 
-    __malloc_print_stats()();
+    __malloc_print_stats();
 %}
     "
      ObjectMemory mallocStatistics
@@ -5457,7 +5457,7 @@
 !ObjectMemory class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.253 2011-08-12 12:13:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.254 2011-08-12 12:16:38 stefan Exp $'
 !
 
 version_SVN