git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42ec45c
)
WinCE: typo
author
Pierre Ynard
<linkfanel@yahoo.fr>
Fri, 29 May 2009 09:32:22 +0000
(11:32 +0200)
committer
Pierre Ynard
<linkfanel@yahoo.fr>
Fri, 29 May 2009 09:32:22 +0000
(11:32 +0200)
Fix compilation
src/misc/w32thread.c
patch
|
blob
|
history
diff --git
a/src/misc/w32thread.c
b/src/misc/w32thread.c
index
7ed00af
..
9e5b521
100644
(file)
--- 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