Index: trunk/Ohana/src/libohana/src/ohana_allocate.c
===================================================================
--- trunk/Ohana/src/libohana/src/ohana_allocate.c	(revision 16882)
+++ trunk/Ohana/src/libohana/src/ohana_allocate.c	(revision 16883)
@@ -226,5 +226,5 @@
       header = TRUE;
     }
-      fprintf (stderr, "corrupt:  %3d   %c    %c  %-15s %3d\n", i, bottom, top, memlist[i].file, memlist[i].line);
+    fprintf (stderr, "corrupt:  %3d   %c    %c  %-15s %3d\n", i, bottom, top, memlist[i].file, memlist[i].line);
     prev = next = -1;
     for (j = 0; j < Nmemlist; j++) {
@@ -248,5 +248,4 @@
       fprintf (stderr, "next:     %3d           %-15s %3d\n", next, memlist[next].file, memlist[next].line);
     }
-    abort ();
   }
   return;
