Commit 4b6374f9 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Compile fix.

parent 83fd0fdf
...@@ -103,7 +103,7 @@ struct decoder_sys_t ...@@ -103,7 +103,7 @@ struct decoder_sys_t
unsigned int i_last_page; unsigned int i_last_page;
vlc_bool_t b_update; vlc_bool_t b_update;
vlc_bool_t b_opaque; vlc_bool_t b_opaque;
} };
static void event_handler( vbi_event *ev, void *user_data ); static void event_handler( vbi_event *ev, void *user_data );
static int RequestPage( vlc_object_t *p_this, char const *psz_cmd, static int RequestPage( vlc_object_t *p_this, char const *psz_cmd,
......
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