summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewXstatusNotify/src/common.h')
-rw-r--r--plugins/NewXstatusNotify/src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/src/common.h b/plugins/NewXstatusNotify/src/common.h
index 53ab39ce15..544e7ca667 100644
--- a/plugins/NewXstatusNotify/src/common.h
+++ b/plugins/NewXstatusNotify/src/common.h
@@ -131,7 +131,7 @@ typedef struct {
} STATUSMSGINFO;
/*
-MCONTACT hContact = (MCONTACT)wParam;
+MCONTACT hContact = wParam;
WORD oldStatus = LOWORD(lParam);
WORD newStatus = HIWORD(lParam);
oldStatus is the status the contact was before the change.