Module: wine Branch: master Commit: 1cff1145b01d1621a0a82abe1fa3524aa4a77ae5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1cff1145b01d1621a0a82abe1f... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Sat Dec 8 18:36:25 2012 +0000 mountmgr.sys: Remove superfluous semicolon. --- dlls/mountmgr.sys/dbus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mountmgr.sys/dbus.c b/dlls/mountmgr.sys/dbus.c index 0384c29..7e373e6 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;