Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
5dd2bc69
Commit
5dd2bc69
authored
Mar 23, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing \n in trace.
parent
d6b348f0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cards.c
dlls/cards/cards.c
+1
-1
No files found.
dlls/cards/cards.c
View file @
5dd2bc69
...
@@ -202,7 +202,7 @@ BOOL WINAPI cdtDraw(HDC hdc, int x, int y, int card, int mode, DWORD color)
...
@@ -202,7 +202,7 @@ BOOL WINAPI cdtDraw(HDC hdc, int x, int y, int card, int mode, DWORD color)
BOOL
WINAPI
cdtAnimate
(
HDC
hdc
,
int
cardback
,
int
x
,
int
y
,
int
frame
)
BOOL
WINAPI
cdtAnimate
(
HDC
hdc
,
int
cardback
,
int
x
,
int
y
,
int
frame
)
{
{
TRACE
(
"(%p, %d, %d, %d, %d)
\n
"
,
hdc
,
cardback
,
x
,
y
,
frame
);
TRACE
(
"(%p, %d, %d, %d, %d)
\n
"
,
hdc
,
cardback
,
x
,
y
,
frame
);
FIXME
(
"Implement me."
);
FIXME
(
"Implement me.
\n
"
);
return
FALSE
;
return
FALSE
;
}
}
...
...
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