diff options
Diffstat (limited to 'src/modules/clist/clisttray.cpp')
-rw-r--r-- | src/modules/clist/clisttray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/clist/clisttray.cpp b/src/modules/clist/clisttray.cpp index 6473461602..670a7f8f51 100644 --- a/src/modules/clist/clisttray.cpp +++ b/src/modules/clist/clisttray.cpp @@ -45,7 +45,7 @@ static CRITICAL_SECTION trayLockCS; static BOOL fTrayInited = FALSE;
-static TCHAR* sttGetXStatus(const char* szProto)
+static TCHAR* sttGetXStatus(const char *szProto)
{
TCHAR* result = NULL;
|