From 527988d22408d2a899eeb36391d52d38a275b911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Fri, 19 Jun 2020 15:26:16 +0800 Subject: Minor change again --- icclient/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icclient') 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 -- cgit v1.2.3