aboutsummaryrefslogtreecommitdiff
path: root/helper/hashtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper/hashtable.c')
-rw-r--r--helper/hashtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/hashtable.c b/helper/hashtable.c
index ac11acb15..39da586a8 100644
--- a/helper/hashtable.c
+++ b/helper/hashtable.c
@@ -40,7 +40,7 @@ typedef struct odph_hash_node {
* its structure is like:
* k_byte1 k_byte2...k_byten v_byte1...v_bytem
*/
- char content[0];
+ char content[];
} odph_hash_node;
typedef struct {