dplayx: Fix incorrect check in DirectPlay3AImpl_EnumConnections.
commit488ac40fa8e8a22206d1fefd157fbd04fadae0ac
authorRob Shearman <rob@codeweavers.com>
Thu, 21 Feb 2008 16:44:29 +0000 (21 16:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Feb 2008 19:16:08 +0000 (21 20:16 +0100)
treeb55f35671e31c73b80661978d6ddd3d5915741ed
parentf21b91c0a2d454d9e757ee14914ba944f224af36
dplayx: Fix incorrect check in DirectPlay3AImpl_EnumConnections.

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