From 5ec8d06383256e77956faf6b794ecd49beaec408 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 28 Jun 2013 12:26:20 +0000 Subject: fix for the clist_modern avatar animation code git-svn-id: http://svn.miranda-ng.org/main/trunk@5167 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/mir_core/threads.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mir_core/threads.cpp') diff --git a/src/mir_core/threads.cpp b/src/mir_core/threads.cpp index c4dbddd220..ddce70df8b 100644 --- a/src/mir_core/threads.cpp +++ b/src/mir_core/threads.cpp @@ -231,7 +231,7 @@ static void CALLBACK KillAllThreads(HWND, UINT, UINT_PTR, DWORD) { if ( MirandaWaitForMutex(hStackMutex)) { for (int j=0; j < threads.getCount(); j++) { - THREAD_WAIT_ENTRY* p = threads[j]; + THREAD_WAIT_ENTRY *p = threads[j]; char szModuleName[ MAX_PATH ]; GetModuleFileNameA(p->hOwner, szModuleName, sizeof(szModuleName)); TerminateThread(p->hThread, 9999); -- cgit v1.2.3