summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-21 17:52:39 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-21 17:52:39 +0000
commit23edfd1711616997256311f574cec97c42cbf2de (patch)
treea3993de8fa6cdb6c65d347849aceed748f078663 /src
parent11354effc08a8d1b1b0fc95b5c473256f33c8ec3 (diff)
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@11559 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r--src/core/stdchat/src/chat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdchat/src/chat.h b/src/core/stdchat/src/chat.h
index d0702be5d2..a368b899e4 100644
--- a/src/core/stdchat/src/chat.h
+++ b/src/core/stdchat/src/chat.h
@@ -74,8 +74,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
struct TABLIST
{
- TCHAR* pszID;
- char* pszModule;
+ TCHAR *pszID;
+ char *pszModule;
TABLIST *next;
};