[PATCH] avicap32: Fix typo in comment
Signed-off-by: André Zwing <nerv(a)dawncrow.de> --- dlls/avicap32/v4l.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/avicap32/v4l.c b/dlls/avicap32/v4l.c index ef41b7e281b..4b285d94c3c 100644 --- a/dlls/avicap32/v4l.c +++ b/dlls/avicap32/v4l.c @@ -143,4 +143,4 @@ const unixlib_entry_t __wine_unix_call_wow64_funcs[] = #endif /* _WIN64 */ -#endif /* HAVE_LINUX_VIDEODEV_2 */ +#endif /* HAVE_LINUX_VIDEODEV2_H */ -- 2.25.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=102157 Your paranoid android. === debiant2 (build log) === error: patch failed: dlls/avicap32/v4l.c:143 Task: Patch failed to apply === debiant2 (build log) === error: patch failed: dlls/avicap32/v4l.c:143 Task: Patch failed to apply
participants (2)
-
André Zwing -
Marvin