diff options
Diffstat (limited to 'src/common/proto-irc.h')
-rw-r--r-- | src/common/proto-irc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/proto-irc.h b/src/common/proto-irc.h index 7c8a483f..a7b4029c 100644 --- a/src/common/proto-irc.h +++ b/src/common/proto-irc.h @@ -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 |