diff options
author | Diogo Sousa <diogogsousa@gmail.com> | 2013-06-28 16:29:39 +0100 |
---|---|---|
committer | Diogo Sousa <diogogsousa@gmail.com> | 2013-06-28 16:29:39 +0100 |
commit | 059cbcd406a3defbe43859c3d8df7afe5a89e362 (patch) | |
tree | e7274fe1de9f1caf264701be28b6785841f960ed | |
parent | dcdb11a78bace7bb4ec36e3c79ea8418a7f4ccfd (diff) |
Fixed compilation error in VS.
-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 |