]> Shamusworld >> Repos - rmac/blobdiff - debug.c
More fixups to remove warnings, removal of more cruft.
[rmac] / debug.c
diff --git a/debug.c b/debug.c
index 7d498c77eaa36d6fce4650d995222d449bd482ce..1930ec8c8fd4b4d51295d1f0b3c892230ce2e3f3 100644 (file)
--- a/debug.c
+++ b/debug.c
@@ -359,7 +359,7 @@ int dump_everything(void)
 
        printf("\nMarks:\n");
        mudump();                                                               // Dump marks
-       printf("Total memory allocated=$%X\n", amemtot);
+//     printf("Total memory allocated=$%X\n", amemtot);
 
        return 0;
 }