Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
35dd3870
Commit
35dd3870
authored
Jan 26, 1999
by
Eric Pouech
Committed by
Alexandre Julliard
Jan 26, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo in type (removed quite a few warnings).
parent
028c4341
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
msc.c
debugger/msc.c
+1
-1
No files found.
debugger/msc.c
View file @
35dd3870
...
@@ -1831,7 +1831,7 @@ DEBUG_ProcessPDBFile(struct deferred_debug_info * deefer, char * full_filename)
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment