mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -05:00
Fixed compilation error in VS.
This commit is contained in:
parent
dcdb11a78b
commit
059cbcd406
@ -24,8 +24,8 @@
|
|||||||
#define HEXCHAT_PROTO_H
|
#define HEXCHAT_PROTO_H
|
||||||
|
|
||||||
#define MESSAGE_TAGS_DATA_INIT \
|
#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
|
/* Message tag information that might be passed along with a server message
|
||||||
|
Loading…
Reference in New Issue
Block a user