[vlc-devel] commit: WinCE: typo (Pierre Ynard )

git version control git at videolan.org
Fri May 29 11:34:26 CEST 2009


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri May 29 11:32:22 2009 +0200| [318f79379d0b9fc98dbfb369b9b432a31449b017] | committer: Pierre Ynard 

WinCE: typo

Fix compilation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=318f79379d0b9fc98dbfb369b9b432a31449b017
---

 src/misc/w32thread.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/w32thread.c b/src/misc/w32thread.c
index 7ed00af..9e5b521 100644
--- a/src/misc/w32thread.c
+++ b/src/misc/w32thread.c
@@ -53,7 +53,7 @@ typedef struct vlc_cancel_t
 #ifndef UNDER_CE
 # define VLC_CANCEL_INIT { NULL, true, false }
 #else
-# define VLC_CANCEL_INIT { NULL, NULL; true, false }
+# define VLC_CANCEL_INIT { NULL, NULL, true, false }
 #endif
 
 #ifdef UNDER_CE




More information about the vlc-devel mailing list