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
9f2ebd77
Commit
9f2ebd77
authored
Dec 21, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Dec 23, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
faultrep/tests: Constify some character strings.
parent
ad906531
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
faultrep.c
dlls/faultrep/tests/faultrep.c
+2
-2
No files found.
dlls/faultrep/tests/faultrep.c
View file @
9f2ebd77
...
...
@@ -30,8 +30,8 @@
#include "errorrep.h"
#include "wine/test.h"
static
char
regpath_root
[]
=
"Software
\\
Microsoft
\\
PCHealth
\\
ErrorReporting"
;
static
char
regpath_exclude
[]
=
"ExclusionList"
;
static
c
onst
c
har
regpath_root
[]
=
"Software
\\
Microsoft
\\
PCHealth
\\
ErrorReporting"
;
static
c
onst
c
har
regpath_exclude
[]
=
"ExclusionList"
;
/* ###### */
...
...
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