summaryrefslogtreecommitdiffstats
path: root/src/commonlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonlib')
-rw-r--r--src/commonlib/include/commonlib/timestamp_serialized.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonlib/include/commonlib/timestamp_serialized.h b/src/commonlib/include/commonlib/timestamp_serialized.h
index d7575e78d9d3..61e1565d64b4 100644
--- a/src/commonlib/include/commonlib/timestamp_serialized.h
+++ b/src/commonlib/include/commonlib/timestamp_serialized.h
@@ -16,7 +16,7 @@ struct timestamp_table {
uint16_t max_entries;
uint16_t tick_freq_mhz;
uint32_t num_entries;
- struct timestamp_entry entries[0]; /* Variable number of entries */
+ struct timestamp_entry entries[]; /* Variable number of entries */
} __packed;
enum timestamp_id {