Commit e467dc83 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Add newline to end of file, shuts up the compiler.

parent 4ff5e969
......@@ -4,4 +4,5 @@ SOURCES_osd_parser = \
osd_menu.c \
osd_menu.h \
xml.c \
$(NULL)
\ No newline at end of file
$(NULL)
......@@ -35,4 +35,5 @@ void osd_MenuFree ( vlc_object_t *, osd_menu_t * );
void osd_ButtonFree( vlc_object_t *, osd_button_t * );
void osd_StatesFree( vlc_object_t *, osd_state_t * );
#endif
\ No newline at end of file
#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