mountmgr.sys: Remove superfluous semicolon.

This commit is contained in:
Andrew Talbot 2012-12-08 18:36:25 +00:00 committed by Alexandre Julliard
parent c31909e894
commit 1cff1145b0

View file

@ -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;