Fixed c99 data-types after removal of typedefs.

This commit is contained in:
Keith Kanios 2007-04-13 00:52:54 +00:00
parent ea13537d83
commit c1c5a2d96f

View File

@ -351,7 +351,7 @@ static void rdf2_deflabel(int8_t *name, int32_t segment, int32_t offset,
struct CommonRec ci;
static int farsym = 0;
static int i;
uint8_t symflags = 0;
int8_t symflags = 0;
int len;
/* Check if the label length is OK */