diff options
Diffstat (limited to 'src/modules/findadd/findadd.cpp')
-rw-r--r-- | src/modules/findadd/findadd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/findadd/findadd.cpp b/src/modules/findadd/findadd.cpp index d483844f9b..27ae355ae2 100644 --- a/src/modules/findadd/findadd.cpp +++ b/src/modules/findadd/findadd.cpp @@ -816,7 +816,7 @@ static INT_PTR CALLBACK DlgProcFindAdd(HWND hwndDlg, UINT msg, WPARAM wParam, LP for (iColumn=0; iColumn<csr->nFieldCount; iColumn++)
{
lvc.pszText=TranslateTS(csr->pszFields[iColumn]);
- ListView_InsertColumn (hwndList, iColumn+1, &lvc) ;
+ ListView_InsertColumn (hwndList, iColumn+1, &lvc);
}
// Column inserting Done
} else { // blob contain info about found contacts
|