Commit 78cb33cb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Change the name

parent 118e8a51
...@@ -120,7 +120,7 @@ sap_handler_t *announce_SAPHandlerCreate( announce_handler_t *p_announce ) ...@@ -120,7 +120,7 @@ sap_handler_t *announce_SAPHandlerCreate( announce_handler_t *p_announce )
sap_handler_t *p_sap; sap_handler_t *p_sap;
p_sap = vlc_custom_create( VLC_OBJECT(p_announce), sizeof( sap_handler_t ), p_sap = vlc_custom_create( VLC_OBJECT(p_announce), sizeof( sap_handler_t ),
VLC_OBJECT_ANNOUNCE, "announce" ); VLC_OBJECT_ANNOUNCE, "sap announcer" );
if( !p_sap ) if( !p_sap )
return NULL; return 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