]> git.sesse.net Git - vlc/commitdiff
message queues WinCE compile fix
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 5 Jan 2006 01:01:30 +0000 (01:01 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 5 Jan 2006 01:01:30 +0000 (01:01 +0000)
src/misc/messages.c

index 79c29dd502f88287d5ff0abee7d0f444db4e55d2..a8a732f21e515de7c1f6e4932d4fbbc041037d23 100644 (file)
@@ -141,7 +141,7 @@ void __msg_Destroy( vlc_object_t *p_this )
         FlushMsg( p_queue );
 
 #ifdef UNDER_CE
-        if( i == MSG_STREAM_NORMAL )
+        if( i == MSG_QUEUE_NORMAL )
             CloseHandle( p_this->p_libvlc->msg_bank.pp_queues[MSG_QUEUE_NORMAL]->logfile );
 #endif
         /* Destroy lock */