diff options
| -rw-r--r-- | interchange.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange.h b/interchange.h index db82441..2ca9fb8 100644 --- a/interchange.h +++ b/interchange.h @@ -5,8 +5,8 @@  struct interchange_product {  	char *sku; -	char *title;  	char *description; +	char *title;  	char *comment;  	char *thumb;  	char *image;  |