changeset 500:49701129c5dd

Remove the redundant word 'bytes' from Empty sections in describe output.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 17 Nov 2012 15:32:42 +0200
parents c9b83226e21a
children d13d8770477a
files objlink.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/objlink.c	Sat Nov 17 15:30:42 2012 +0200
+++ b/objlink.c	Sat Nov 17 15:32:42 2012 +0200
@@ -681,7 +681,7 @@
 
             if (kz > 1) memPrintEmpty(f, kz);
 
-            snprintf(desc, sizeof(desc), "EMPTY (%d bytes)", siz);
+            snprintf(desc, sizeof(desc), "EMPTY (%d)", siz);
             fprintf(f, "$%.4x - $%.4x | %-40s |\n", prev->end + 1, curr->start - 1, desc);
 
             if (kz > 1) memPrintEmpty(f, kz);