Nikolay Sivov : quartz: Fix its vs it's typo.

Alexandre Julliard julliard at winehq.org
Thu Aug 4 17:20:17 CDT 2016


Module: wine
Branch: master
Commit: efe94aea182abe3cfdb0756bbc48fe0994c757b4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=efe94aea182abe3cfdb0756bbc48fe0994c757b4

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Aug  4 10:57:45 2016 +0300

quartz: Fix its vs it's typo.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/quartz/avidec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/quartz/avidec.c b/dlls/quartz/avidec.c
index 7e29318..c9ca760 100644
--- a/dlls/quartz/avidec.c
+++ b/dlls/quartz/avidec.c
@@ -172,7 +172,7 @@ static HRESULT WINAPI AVIDec_Receive(TransformFilter *tf, IMediaSample *pSample)
     if (res != ICERR_OK)
         ERR("Error occurred during the decompression (%x)\n", res);
 
-    /* Drop sample if its intended to be dropped */
+    /* Drop sample if it's intended to be dropped */
     if (flags & ICDECOMPRESS_HURRYUP) {
         hr = S_OK;
         goto error;




More information about the wine-cvs mailing list