From 1cff1145b01d1621a0a82abe1fa3524aa4a77ae5 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Sat, 8 Dec 2012 18:36:25 +0000 Subject: [PATCH] mountmgr.sys: Remove superfluous semicolon. --- dlls/mountmgr.sys/dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mountmgr.sys/dbus.c b/dlls/mountmgr.sys/dbus.c index 0384c29b083..7e373e6f91a 100644 --- a/dlls/mountmgr.sys/dbus.c +++ b/dlls/mountmgr.sys/dbus.c @@ -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;