Commit 5aa03402 authored by Christophe Massiot's avatar Christophe Massiot

* Fixed a warning.

parent bc1ab0a2
......@@ -2,7 +2,7 @@
* cdrom_tools.c: cdrom tools
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: cdrom_tools.c,v 1.4 2002/04/27 02:20:32 jobi Exp $
* $Id: cdrom_tools.c,v 1.4.2.1 2002/10/16 23:13:00 massiot Exp $
*
* Author: Johan Bilien <jobi@via.ecp.fr>
* Jon Lech Johansen <jon-vl@nanocrew.net>
......@@ -342,7 +342,7 @@ CDTOC *getTOC( const char *psz_dev )
CDTOC *pTOC = NULL;
io_iterator_t iterator;
io_registry_entry_t service;
CFDictionaryRef properties;
CFMutableDictionaryRef properties;
CFDataRef data;
if( psz_dev == NULL )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment