Fixed typo in type (removed quite a few warnings).
This commit is contained in:
parent
028c434180
commit
35dd38707b
@ -1831,7 +1831,7 @@ DEBUG_ProcessPDBFile(struct deferred_debug_info * deefer, char * full_filename)
|
|||||||
unsigned short * extent_table;
|
unsigned short * extent_table;
|
||||||
int fd = -1;
|
int fd = -1;
|
||||||
struct file_ent * fent;
|
struct file_ent * fent;
|
||||||
char * filename[MAX_PATHNAME_LEN];
|
char filename[MAX_PATHNAME_LEN];
|
||||||
struct file_list * filelist = NULL;
|
struct file_list * filelist = NULL;
|
||||||
unsigned int gsym_record = 0;
|
unsigned int gsym_record = 0;
|
||||||
char * gsymtab = NULL;
|
char * gsymtab = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user