diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/stdpackets.h')
-rw-r--r-- | protocols/IcqOscarJ/src/stdpackets.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/IcqOscarJ/src/stdpackets.h b/protocols/IcqOscarJ/src/stdpackets.h index 95e95fd83a..cb5b8a683c 100644 --- a/protocols/IcqOscarJ/src/stdpackets.h +++ b/protocols/IcqOscarJ/src/stdpackets.h @@ -32,9 +32,9 @@ struct icq_contactsend_s
{
- DWORD uin;
- char *uid;
- char *szNick;
+ DWORD uin;
+ char *uid;
+ char *szNick;
};
|