mountmgr.sys: Remove superfluous semicolon.
This commit is contained in:
parent
c31909e894
commit
1cff1145b0
|
@ -72,7 +72,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(mountmgr);
|
|||
DO_FUNC(dbus_message_iter_next); \
|
||||
DO_FUNC(dbus_message_iter_recurse); \
|
||||
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
|
||||
DBUS_FUNCS;
|
||||
|
|
Loading…
Reference in New Issue