From 318f79379d0b9fc98dbfb369b9b432a31449b017 Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Fri, 29 May 2009 11:32:22 +0200 Subject: [PATCH] WinCE: typo Fix compilation --- src/misc/w32thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/w32thread.c b/src/misc/w32thread.c index 7ed00af135..9e5b521dbb 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 -- 2.20.1