mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
mountmgr.sys: Remove superfluous semicolon.
This commit is contained in:
parent
c31909e894
commit
1cff1145b0
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(mountmgr);
|
||||||
DO_FUNC(dbus_message_iter_next); \
|
DO_FUNC(dbus_message_iter_next); \
|
||||||
DO_FUNC(dbus_message_iter_recurse); \
|
DO_FUNC(dbus_message_iter_recurse); \
|
||||||
DO_FUNC(dbus_message_new_method_call); \
|
DO_FUNC(dbus_message_new_method_call); \
|
||||||
DO_FUNC(dbus_message_unref);
|
DO_FUNC(dbus_message_unref)
|
||||||
|
|
||||||
#define DO_FUNC(f) static typeof(f) * p_##f
|
#define DO_FUNC(f) static typeof(f) * p_##f
|
||||||
DBUS_FUNCS;
|
DBUS_FUNCS;
|
||||||
|
|
Loading…
Reference in a new issue