diff options
-rw-r--r-- | interchange/ord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange/ord.h b/interchange/ord.h index 533c5a9..ed7933d 100644 --- a/interchange/ord.h +++ b/interchange/ord.h @@ -14,7 +14,7 @@ struct interchange_ord_order { double total_cost; char *profile; size_t nitems; - struct interchange_ord_item *items[]; + struct interchange_ord_item *items; }; struct interchange_ord_transaction { |