MSVIDEO: correct the function name in a comment

Mike McCormack mike at codeweavers.com
Wed May 11 03:18:55 CDT 2005


ChangeLog:
* correct the function name in a comment
-------------- next part --------------
Index: dlls/msvideo/msvideo_main.c
===================================================================
RCS file: /home/wine/wine/dlls/msvideo/msvideo_main.c,v
retrieving revision 1.63
diff -u -p -r1.63 msvideo_main.c
--- dlls/msvideo/msvideo_main.c	24 Mar 2005 21:01:37 -0000	1.63
+++ dlls/msvideo/msvideo_main.c	11 May 2005 08:19:44 -0000
@@ -1132,7 +1132,7 @@ void VFWAPI ICSeqCompressFrameEnd(PCOMPV
 }
 
 /***********************************************************************
- *      ICSeqCompressFrameEnd   [MSVFW32.@]
+ *      ICSeqCompressFrameStart [MSVFW32.@]
  */
 BOOL VFWAPI ICSeqCompressFrameStart(PCOMPVARS pc, LPBITMAPINFO lpbiIn)
 {


More information about the wine-patches mailing list