X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=debug.c;h=1930ec8c8fd4b4d51295d1f0b3c892230ce2e3f3;hp=7d498c77eaa36d6fce4650d995222d449bd482ce;hb=b10167d55798ea184f97fafda075255c0852f3b6;hpb=82307651be6db411532b317a5ebc6edd933eea8d diff --git a/debug.c b/debug.c index 7d498c7..1930ec8 100644 --- 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; }