dplayx: Fix incorrect check in DirectPlayLobbyAImpl_EnumLocalApplications and IDirect...
commit0435395ccc87b686852ae1d9a2f2a46d03952301
authorRob Shearman <rob@codeweavers.com>
Thu, 21 Feb 2008 16:44:34 +0000 (21 16:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Feb 2008 19:16:11 +0000 (21 20:16 +0100)
tree75f38873aa5c860fa3f67b547a777a55cfca948e
parent488ac40fa8e8a22206d1fefd157fbd04fadae0ac
dplayx: Fix incorrect check in DirectPlayLobbyAImpl_EnumLocalApplications and IDirectPlayLobbyAImpl_EnumAddressTypes.

Dereferencing a function pointer and checking it against NULL doesn't
make any sense, so remove the checks.
dlls/dplayx/dplobby.c