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;
|
||||
int fd = -1;
|
||||
struct file_ent * fent;
|
||||
char * filename[MAX_PATHNAME_LEN];
|
||||
char filename[MAX_PATHNAME_LEN];
|
||||
struct file_list * filelist = NULL;
|
||||
unsigned int gsym_record = 0;
|
||||
char * gsymtab = NULL;
|
||||
|
|
Loading…
Reference in New Issue