]> git.sesse.net Git - vlc/commitdiff
fix previous commit
authorRafaël Carré <funman@videolan.org>
Sun, 24 Feb 2008 23:38:08 +0000 (23:38 +0000)
committerRafaël Carré <funman@videolan.org>
Sun, 24 Feb 2008 23:38:08 +0000 (23:38 +0000)
src/vlc.c

index 7016849d0915ae31601f9a1e05350e210c7a1d8c..b8dd9bb9586876aa049143363252c0f4a79ae8da 100644 (file)
--- a/src/vlc.c
+++ b/src/vlc.c
@@ -95,7 +95,7 @@ int main( int i_argc, const char *ppsz_argv[] )
 #   ifdef DEBUG
     /* Activate malloc checking routines to detect heap corruptions. */
     putenv( (char*)"MALLOC_CHECK_=2" );
-#       ifdef __APPLE
+#       ifdef __APPLE__
     putenv( (char*)"MallocErrorAbort=crash_my_baby_crash" );
 #       endif