diff options
-rw-r--r-- | icclient/client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icclient/client.h b/icclient/client.h index 11825d4..ce6bc02 100644 --- a/icclient/client.h +++ b/icclient/client.h @@ -54,8 +54,8 @@ extern "C" { * \param sku The SKU of the item to order. * \param catalog A pointer to the catalog from which the item is. */ - void icclient_order(struct icclient_ord_order **orderptr, const char *sku - , struct icclient_catalog *catalog); + void icclient_order(struct icclient_ord_order **orderptr, const char *sku, + struct icclient_catalog *catalog); void icclient_newaccount(size_t (*handler)(void *contents, size_t size , size_t nmemb, void *userdata) , struct icclient_user *user |