diff options
Diffstat (limited to 'include/m_metacontacts.h')
-rw-r--r-- | include/m_metacontacts.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/m_metacontacts.h b/include/m_metacontacts.h index 55beb66572..9ba80dd801 100644 --- a/include/m_metacontacts.h +++ b/include/m_metacontacts.h @@ -79,8 +79,7 @@ MCONTACT __forceinline db_mc_getMostOnline(MCONTACT hContact) }
MCONTACT __forceinline db_mc_getSrmmSub(MCONTACT hContact)
-{
- return CallService(MS_MC_GETSRMMSUB, hContact, 0);
+{ return CallService(MS_MC_GETSRMMSUB, hContact, 0);
}
// checks whether metacontacts are enabled
|