[PATCH] quartz: Fix the name of a type in a comment.
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- dlls/quartz/filtergraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/quartz/filtergraph.c b/dlls/quartz/filtergraph.c index d5442e21fc1..1ed41bdcec5 100644 --- a/dlls/quartz/filtergraph.c +++ b/dlls/quartz/filtergraph.c @@ -176,7 +176,7 @@ typedef struct _IFilterGraphImpl { /* IFilterMapper2 */ /* IQueueCommand */ /* IRegisterServiceProvider */ - /* IResourceMananger */ + /* IResourceManager */ /* IServiceProvider */ /* IVideoFrameStep */ -- 2.20.1
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=62077 Your paranoid android. === debian10 (32 bit report) === quartz: Unhandled exception: page fault on execute access to 0x00ba0904 in 32-bit code (0x00ba0904). === debian10 (32 bit WoW report) === quartz: Unhandled exception: page fault on execute access to 0x00b8bf04 in 32-bit code (0x00b8bf04). === debian10 (64 bit WoW report) === quartz: Unhandled exception: page fault on execute access to 0x00b87b74 in 32-bit code (0x00b87b74).
participants (2)
-
Francois Gouget -
Marvin