Commit 18cc244e authored by Laurent Aimar's avatar Laurent Aimar

Fixed compilation when disabling vlc_enable_override().

parent 7f886720
......@@ -233,7 +233,7 @@ int (*XSetIOErrorHandler (int (*handler) (Display *))) (Display *)
}
#endif
#else
static void vlc_enable_override (void)
void vlc_enable_override (void)
{
}
#endif
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