]> git.sesse.net Git - vlc/commitdiff
Compile fix
authorClément Stenac <zorglub@videolan.org>
Wed, 26 May 2004 09:53:00 +0000 (09:53 +0000)
committerClément Stenac <zorglub@videolan.org>
Wed, 26 May 2004 09:53:00 +0000 (09:53 +0000)
modules/codec/cmml/intf.c

index 13effd41cb7487063e7a8a4c1ea2abcc4188c288..62cc01ae101c41a686d505df951eaa74a3cf8d4f 100644 (file)
@@ -327,7 +327,7 @@ static int DisplayPendingAnchor( intf_thread_t *p_intf, vout_thread_t *p_vout )
             if( var_Get( p_primary_intf, "intf-displays-cmml-description", &val )
                     == VLC_SUCCESS )
             {
-                if( val.b_bool == VLC_TRUE ) return TRUE;
+                if( val.b_bool == VLC_TRUE ) return VLC_TRUE;
             }
         }