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
08f7c15f
Commit
08f7c15f
authored
Jun 08, 2021
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Jun 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Fix typos in traces.
Signed-off-by:
Dmitry Timoshkov
<
dmitry@baikal.ru
>
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f888beb5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dispex.c
dlls/mshtml/dispex.c
+1
-1
htmlscript.c
dlls/mshtml/htmlscript.c
+1
-1
No files found.
dlls/mshtml/dispex.c
View file @
08f7c15f
...
...
@@ -331,7 +331,7 @@ static void add_func_info(dispex_data_t *data, tid_t tid, const FUNCDESC *desc,
hres
=
ITypeInfo_GetRefTypeInfo
(
dti
,
tdesc
->
u
.
lptdesc
->
u
.
hreftype
,
&
ref_type_info
);
if
(
FAILED
(
hres
))
{
ERR
(
"Coul
g
not get referenced type info: %08x
\n
"
,
hres
);
ERR
(
"Coul
d
not get referenced type info: %08x
\n
"
,
hres
);
return
;
}
...
...
dlls/mshtml/htmlscript.c
View file @
08f7c15f
...
...
@@ -192,7 +192,7 @@ static HRESULT WINAPI HTMLScriptElement_put_text(IHTMLScriptElement *iface, BSTR
TRACE
(
"(%p)->(%s)
\n
"
,
This
,
debugstr_w
(
v
));
if
(
!
This
->
element
.
node
.
doc
||
!
This
->
element
.
node
.
doc
->
window
)
{
WARN
(
"no windo
o
w
\n
"
);
WARN
(
"no window
\n
"
);
return
E_UNEXPECTED
;
}
...
...
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