diff options
Diffstat (limited to 'plugins/Db3x_mmap/dbcontacts.c')
-rw-r--r-- | plugins/Db3x_mmap/dbcontacts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/dbcontacts.c b/plugins/Db3x_mmap/dbcontacts.c index 0803f1f746..51e533266d 100644 --- a/plugins/Db3x_mmap/dbcontacts.c +++ b/plugins/Db3x_mmap/dbcontacts.c @@ -153,7 +153,7 @@ static INT_PTR DeleteContact(WPARAM wParam,LPARAM lParam) struct DBEvent *dbe;
int index;
- if((HANDLE)wParam==NULL) return 1;
+ if ((HANDLE)wParam==NULL) return 1;
EnterCriticalSection(&csDbAccess);
dbc=(struct DBContact*)DBRead(wParam,sizeof(struct DBContact),NULL);
if(dbc->signature!=DBCONTACT_SIGNATURE) {
|