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
638ae43c
Commit
638ae43c
authored
Jan 15, 2002
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 15, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small typo fix.
parent
49762a3a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
console.h
include/console.h
+1
-1
output.c
tools/winedump/output.c
+1
-1
No files found.
include/console.h
View file @
638ae43c
...
...
@@ -48,7 +48,7 @@ typedef struct CONSOLE_DRIVER
void
(
*
resizeScreen
)(
int
,
int
);
void
(
*
notifyResizeScreen
)(
int
,
int
);
/* May be rethought later... */
/* Accel
l
erator Functions (Screen) */
/* Accelerator Functions (Screen) */
void
(
*
clearWindow
)(
char
,
char
,
char
,
char
,
int
,
int
);
void
(
*
scrollUpWindow
)(
char
,
char
,
char
,
char
,
char
,
int
,
int
);
void
(
*
scrollDownWindow
)(
char
,
char
,
char
,
char
,
char
,
int
,
int
);
...
...
tools/winedump/output.c
View file @
638ae43c
...
...
@@ -65,7 +65,7 @@ void output_spec_symbol (const parsed_symbol *sym)
ord_spec
[
1
]
=
'\0'
;
}
if
(
sym
->
flags
&
SYM_THISCALL
)
strcat
(
ord_spec
,
" -i386"
);
/* For binary compat
a
bility only */
strcat
(
ord_spec
,
" -i386"
);
/* For binary compat
i
bility only */
if
(
!
globals
.
do_code
||
!
sym
->
function_name
)
{
...
...
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