diff options
Diffstat (limited to 'plugins/Clist_modern/src/modern_gettextasync.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_gettextasync.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_gettextasync.cpp b/plugins/Clist_modern/src/modern_gettextasync.cpp index 9e0d957baa..f43217f13c 100644 --- a/plugins/Clist_modern/src/modern_gettextasync.cpp +++ b/plugins/Clist_modern/src/modern_gettextasync.cpp @@ -82,7 +82,7 @@ static void gtaThreadProc(void*) SleepEx(0, TRUE); //1000 contacts per second
GTACHAINITEM mpChain = { 0 };
- struct SHORTDATA dat2 = { 0 };
+ SHORTDATA dat2 = { 0 };
if (!gtaGetItem(&mpChain))
break;
|