Commit f54452de authored by Rafaël Carré's avatar Rafaël Carré

use correct return type

parent 4a1b83ec
...@@ -457,7 +457,7 @@ int ioctl_GetTracksMap( vlc_object_t *p_this, const vcddev_t *p_vcddev, ...@@ -457,7 +457,7 @@ int ioctl_GetTracksMap( vlc_object_t *p_this, const vcddev_t *p_vcddev,
if( *pp_sectors == NULL ) if( *pp_sectors == NULL )
{ {
msg_Err( p_this, "out of memory" ); msg_Err( p_this, "out of memory" );
return NULL; return 0;
} }
toc_entries.address_format = CD_LBA_FORMAT; toc_entries.address_format = CD_LBA_FORMAT;
......
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