Commit 318f7937 authored by Pierre Ynard's avatar Pierre Ynard

WinCE: typo

Fix compilation
parent 42ec45ca
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment