Commit 42683681 authored by Rafaël Carré's avatar Rafaël Carré

Typo: use debug code only when wanted (and defined)

parent 3c5c0460
......@@ -459,7 +459,7 @@ static THREAD_RTYPE thread_entry (void *data)
void *(*func) (void *) = ((struct vlc_thread_boot *)data)->entry;
free (data);
#ifdef NDEBUG
#ifndef NDEBUG
vlc_threadvar_set (&thread_object_key, obj);
#endif
msg_Dbg (obj, "thread started");
......
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