diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 15:26:16 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 15:26:16 +0800 |
commit | 527988d22408d2a899eeb36391d52d38a275b911 (patch) | |
tree | 23922c22a3bd16712d5db437dfaf4f73951865b3 /icclient | |
parent | 501e2953bcc45f80f8014fa11a98239a46348255 (diff) |
Minor change again
Diffstat (limited to 'icclient')
-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 |