Style issue in r253661.

Pointed out by:	avg
MFC after:	1 month
This commit is contained in:
pfg 2013-07-26 14:37:23 +00:00
parent 4b4c561bbf
commit 923a920777

View File

@ -52,7 +52,7 @@ static char *curfile;
#define CTF_BUF_CHUNK_SIZE (64 * 1024)
#define RES_BUF_CHUNK_SIZE (64 * 1024)
static int ntypes=0; /* The number of types. */
static int ntypes = 0; /* The number of types. */
struct ctf_buf {
strtab_t ctb_strtab; /* string table */