Commit cb1b6659 authored by Antoine Cellerier's avatar Antoine Cellerier

Remove leading underscores.

parent 142203db
......@@ -377,7 +377,7 @@ vlm_message_t *vlm_MessageNew (const char *a, const char *fmt, ...)
return vlm_MessageSimpleNew (a);
}
vlm_t *__vlm_New (vlc_object_t *obj)
vlm_t *vlm_New (vlc_object_t *obj)
{
msg_Err (obj, "VLM not compiled-in!");
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