diff options
-rw-r--r-- | interchange.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange.h b/interchange.h index 2775613..d4d1152 100644 --- a/interchange.h +++ b/interchange.h @@ -23,7 +23,7 @@ struct interchange_product { struct interchange_catalog { size_t length; - struct interchange_product products[]; + struct interchange_product *products; }; /*! |