]> git.sesse.net Git - vlc/commitdiff
Typo.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 31 May 2008 12:07:51 +0000 (14:07 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 31 May 2008 12:07:51 +0000 (14:07 +0200)
src/misc/objects.c

index d78c6d518b244f239e0afe09871722cdd700a994..dafde1e1a7a78fcc4bc1442ea95a8c13e28928cc 100644 (file)
@@ -1482,7 +1482,7 @@ static void ListChildren( vlc_list_t *p_list, vlc_object_t *p_this, int i_type )
 }
 
 #ifndef NDEBUG
-# ifdef (HAVE_EXECINFO_H)
+# ifdef HAVE_EXECINFO_H
 #  include <execinfo.h>
 # endif