Commit 7b52fc6c authored by Clément Stenac's avatar Clément Stenac

Fix warnings

parent ec981015
......@@ -75,7 +75,7 @@ int __intf_Interact( vlc_object_t *p_this, interaction_dialog_t *
if( p_this->i_flags & OBJECT_FLAGS_NOINTERACT )
{
return;
return VLC_EGENERIC;
}
p_dialog->p_interaction = p_interaction;
......
......@@ -27,7 +27,7 @@
#include <stdio.h> /* required */
#include <vlc/vlc.h>
#include <vlc_input.h>
#include <vlc/input.h>
/*****************************************************************************
* Local prototypes
......
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