Changeset 42683681f7a24c8441828d8ee77e3b40d8661dcf

Show
Ignore:
Timestamp:
05/06/08 00:46:39 (4 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1212619599 +0200
git-parent:

[3c5c04601e89885ce961a766d85cffe9ab5b375a]

git-author:
Rafaël Carré <funman@videolan.org> 1212619599 +0200
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/threads.c

    rcc01f68 r4268368  
    460460 
    461461    free (data); 
    462 #ifdef NDEBUG 
     462#ifndef NDEBUG 
    463463    vlc_threadvar_set (&thread_object_key, obj); 
    464464#endif