From ee49c8e60da336c0127a591819a80a23b19c71e8 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Wed, 11 May 2005 12:57:02 +0000 Subject: [PATCH] Correct the function name in a comment. --- dlls/msvideo/msvideo_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msvideo/msvideo_main.c b/dlls/msvideo/msvideo_main.c index bede8cf7300..446536a1f12 100644 --- a/dlls/msvideo/msvideo_main.c +++ b/dlls/msvideo/msvideo_main.c @@ -1132,7 +1132,7 @@ void VFWAPI ICSeqCompressFrameEnd(PCOMPVARS pc) } /*********************************************************************** - * ICSeqCompressFrameEnd [MSVFW32.@] + * ICSeqCompressFrameStart [MSVFW32.@] */ BOOL VFWAPI ICSeqCompressFrameStart(PCOMPVARS pc, LPBITMAPINFO lpbiIn) {