summaryrefslogtreecommitdiff
path: root/protocols/Yahoo/src/search.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Yahoo/src/search.cpp')
-rw-r--r--protocols/Yahoo/src/search.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Yahoo/src/search.cpp b/protocols/Yahoo/src/search.cpp
index bd219e0e29..852a911a71 100644
--- a/protocols/Yahoo/src/search.cpp
+++ b/protocols/Yahoo/src/search.cpp
@@ -63,7 +63,7 @@ HANDLE __cdecl CYahooProto::SearchBasic(const TCHAR* nick)
void CYahooProto::ext_got_search_result(int found, int start, int total, YList *contacts)
{
- struct yahoo_found_contact *yct = NULL;
+ yahoo_found_contact *yct = NULL;
int i = start;
YList *en = contacts;