Commit 368cce98 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix unsorted check_symbols

parent 0a88e0ec
......@@ -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
......
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