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
00ff2ed8
Commit
00ff2ed8
authored
Apr 15, 2014
by
Nikolay Sivov
Committed by
Alexandre Julliard
Apr 15, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32/tests: Added missing comma (Coverity).
parent
3cadbbb4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
toolhelp.c
dlls/kernel32/tests/toolhelp.c
+5
-3
No files found.
dlls/kernel32/tests/toolhelp.c
View file @
00ff2ed8
...
...
@@ -204,17 +204,19 @@ static void test_thread(DWORD curr_pid, DWORD sub_pcs_pid)
static
const
char
*
curr_expected_modules
[]
=
{
"kernel32_test.exe"
"kernel32_test.exe"
,
"kernel32.dll"
,
"ntdll.dll"
,
"ntdll.dll"
};
static
const
char
*
sub_expected_modules
[]
=
{
"kernel32_test.exe"
,
"kernel32.dll"
,
"shell32.dll"
,
"ntdll.dll"
,
"ntdll.dll"
};
#define NUM_OF(x) (sizeof(x) / sizeof(x[0]))
static
void
test_module
(
DWORD
pid
,
const
char
*
expected
[],
unsigned
num_expected
)
...
...
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