Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
368cce98
Commit
368cce98
authored
Aug 04, 2009
by
Rémi Denis-Courmont
Browse files
Fix unsorted check_symbols
parent
0a88e0ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/check_symbols
View file @
368cce98
...
...
@@ -2,7 +2,7 @@
# Plugin API consistency check for VLC
# Copyright © 2007 Rémi Denis-Courmont.
if
!
diff
-u
${
srcdir
}
/libvlccore
.sym libvlc-sorted.sym
;
then
if
!
diff
-u
libvlc-headers
.sym libvlc-sorted.sym
;
then
echo
"Mismatching symbols found!"
exit
1
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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