Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
e467dc83
Commit
e467dc83
authored
Nov 14, 2007
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add newline to end of file, shuts up the compiler.
parent
4ff5e969
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
modules/misc/osd/Modules.am
modules/misc/osd/Modules.am
+2
-1
modules/misc/osd/osd_menu.h
modules/misc/osd/osd_menu.h
+2
-1
No files found.
modules/misc/osd/Modules.am
View file @
e467dc83
...
...
@@ -4,4 +4,5 @@ SOURCES_osd_parser = \
osd_menu.c \
osd_menu.h \
xml.c \
$(NULL)
\ No newline at end of file
$(NULL)
modules/misc/osd/osd_menu.h
View file @
e467dc83
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment