diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/stdchat/src/chat.h | 4 |
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;
};
|