Commit 77a27e5d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

control/media_descriptor.c: s/ex/p_e/

parent 8135d239
......@@ -57,7 +57,7 @@ libvlc_media_descriptor_t * libvlc_media_descriptor_new(
if (!p_input_item)
{
libvlc_exception_raise( ex, "Can't create md's input_item" );
libvlc_exception_raise( p_e, "Can't create md's input_item" );
return NULL;
}
......@@ -81,7 +81,7 @@ libvlc_media_descriptor_t * libvlc_media_descriptor_new_from_input_item(
if (!p_input_item)
{
libvlc_exception_raise( ex, "No input item given" );
libvlc_exception_raise( p_e, "No input item given" );
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