]> git.sesse.net Git - vlc/blobdiff - modules/access/http.c
Use NDEBUG
[vlc] / modules / access / http.c
index 0f74a5dd6c3d0c3d79fd0f9b34cbcc72382fc6a2..3fb005293ca953d5c7d8e54104fc92fa6b05e599 100644 (file)
@@ -332,7 +332,7 @@ connect:
             if( p_access->b_die || Connect( p_access, 0 ) )
                 goto error;
 
-#ifdef DEBUG
+#ifndef NDEBUG
         case 0:
             break;