summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/FacebookRM/theme.cpp')
-rw-r--r--protocols/FacebookRM/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/theme.cpp b/protocols/FacebookRM/theme.cpp
index 02c28a4b8e..c3d2fca65b 100644
--- a/protocols/FacebookRM/theme.cpp
+++ b/protocols/FacebookRM/theme.cpp
@@ -117,7 +117,7 @@ HANDLE g_hContactMenuSvc[CMITEMS_COUNT];
static FacebookProto * GetInstanceByHContact(HANDLE hContact)
{
char *proto = reinterpret_cast<char*>( CallService(MS_PROTO_GETCONTACTBASEPROTO,
- reinterpret_cast<WPARAM>(hContact),0) );
+ reinterpret_cast<WPARAM>(hContact),0));
if(!proto)
return 0;