Style issue in r253661.

Pointed out by:	avg
MFC after:	1 month
This commit is contained in:
Pedro F. Giffuni 2013-07-26 14:37:23 +00:00
parent 8e94193e58
commit e75a1c78e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253678

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 */