Commit 35dd3870 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

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

parent 028c4341
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment