1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00

* ninput: typo.

This commit is contained in:
Laurent Aimar 2004-05-30 15:33:57 +00:00
parent 1188d45af3
commit 4ac573f7b6

View File

@ -146,7 +146,7 @@ struct access_t
access_sys_t *p_sys;
};
#define access2_New( a, b ) __acess2_New(VLC_OBJECT(a), b )
#define access2_New( a, b ) __access2_New(VLC_OBJECT(a), b )
VLC_EXPORT( access_t *, __access2_New, ( vlc_object_t *p_obj, char *psz_mrl ) );
VLC_EXPORT( void, access2_Delete, ( access_t * ) );