Fixed typo in type (removed quite a few warnings).

This commit is contained in:
Eric Pouech 1999-01-26 10:23:48 +00:00 committed by Alexandre Julliard
parent 028c434180
commit 35dd38707b
1 changed files with 1 additions and 1 deletions

View File

@ -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;