summaryrefslogtreecommitdiffstats
path: root/ffd/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffd/packet.h')
-rw-r--r--ffd/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffd/packet.h b/ffd/packet.h
index a44824a..a21cc67 100644
--- a/ffd/packet.h
+++ b/ffd/packet.h
@@ -39,7 +39,7 @@
struct __attribute__((packed)) _ffd_packet_t {
uint16_t version_magic;
uint16_t len;
- uint8_t tlv[0];
+ uint8_t tlv[];
};