Fixed compilation error in VS.

This commit is contained in:
Diogo Sousa 2013-06-28 16:29:39 +01:00
parent dcdb11a78b
commit 059cbcd406
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@
#define HEXCHAT_PROTO_H
#define MESSAGE_TAGS_DATA_INIT \
{ \
.timestamp=(time_t)0, \
{ \
(time_t)0, /* timestamp */ \
}
/* Message tag information that might be passed along with a server message