diff options
-rw-r--r-- | icclient/product.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icclient/product.h b/icclient/product.h index ac41bc7..4d7f0c7 100644 --- a/icclient/product.h +++ b/icclient/product.h @@ -13,7 +13,7 @@ struct icclient_product { char *thumb; char *image; double price; - char *prod_group; + char *prodgroup; double weight; char *author; struct icclient_product_crosssell *crosssell; |