Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
42683681
Commit
42683681
authored
Jun 05, 2008
by
Rafaël Carré
Browse files
Typo: use debug code only when wanted (and defined)
parent
3c5c0460
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/threads.c
View file @
42683681
...
...
@@ -459,7 +459,7 @@ static THREAD_RTYPE thread_entry (void *data)
void
*
(
*
func
)
(
void
*
)
=
((
struct
vlc_thread_boot
*
)
data
)
->
entry
;
free
(
data
);
#ifdef NDEBUG
#if
n
def NDEBUG
vlc_threadvar_set
(
&
thread_object_key
,
obj
);
#endif
msg_Dbg
(
obj
,
"thread started"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment