Fixed compilation error in VS.
This commit is contained in:
parent
dcdb11a78b
commit
059cbcd406
|
@ -25,7 +25,7 @@
|
|||
|
||||
#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
|
||||
|
|
Loading…
Reference in New Issue