summaryrefslogtreecommitdiff
path: root/listing.c
diff options
context:
space:
mode:
Diffstat (limited to 'listing.c')
-rw-r--r--listing.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/listing.c b/listing.c
index af8a9bf8..c37c15a7 100644
--- a/listing.c
+++ b/listing.c
@@ -122,7 +122,8 @@ static void list_out (long offset, char *str)
static void list_output (long offset, void *data, unsigned long type)
{
- long typ, size;
+ unsigned long typ;
+ long size;
if (!listp || suppress)
return;