shuffle: syslinux_dump_movelist() only takes 1 argument
commit12eafad11c9c68c979309087d71f1c76e3f1c4b9
authorMatt Fleming <matt.fleming@intel.com>
Tue, 26 Feb 2013 14:25:00 +0000 (26 14:25 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 26 Feb 2013 14:25:00 +0000 (26 14:25 +0000)
treea60f1d89b268dc4738b76a331fb0303a0aff0f92
parent41c29c26d70fde563d7c255872bbadad87a39dfa
shuffle: syslinux_dump_movelist() only takes 1 argument

Fix up the following compiler error that is triggered with -DDEBUG=2,

syslinux/shuffle.c:135:2: error: too many arguments to function ‘syslinux_dump_movelist’
In file included from syslinux/shuffle.c:44:0:
../include/syslinux/movebits.h:87:6: note: declared here
syslinux/shuffle.c:155:5: warning: passing argument 1 of ‘syslinux_dump_movelist’ from incompatible pointer type [enabled by default]

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/lib/syslinux/shuffle.c