X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fca65%2Flisting.c;h=df256c5a88d9bc25c642cba25a19be2e54e43fe6;hb=e67f4dcbd6a50c170d3e45da4fdcd08e4f6caeab;hp=e132b24c3982f369a3743174b2349d07d9d151e9;hpb=51543fddb01cd8c15cc3f9d26157a76e4bb2f816;p=cc65 diff --git a/src/ca65/listing.c b/src/ca65/listing.c index e132b24c3..df256c5a8 100644 --- a/src/ca65/listing.c +++ b/src/ca65/listing.c @@ -67,7 +67,7 @@ ListLine* LineLast = 0; /* Last (current) listing line */ /* Page and other formatting */ int PageLength = -1; /* Length of a listing page */ static unsigned PageNumber = 1; /* Current listing page number */ -static unsigned PageLines = 0; /* Current line on page */ +static int PageLines = 0; /* Current line on page */ static unsigned ListBytes = 12; /* Number of bytes to list for one line */ /* Switch the listing on/off */