summaryrefslogtreecommitdiffstats
path: root/cups/hcrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cups/hcrp.c')
-rw-r--r--cups/hcrp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cups/hcrp.c b/cups/hcrp.c
index 75171524..c8c26f92 100644
--- a/cups/hcrp.c
+++ b/cups/hcrp.c
@@ -176,8 +176,9 @@ int hcrp_print(bdaddr_t *src, bdaddr_t *dst, unsigned short ctrl_psm, unsigned s
{
struct sockaddr_l2 addr;
struct l2cap_options opts;
+ socklen_t size;
unsigned char buf[2048];
- int i, size, ctrl_sk, data_sk, mtu, count, len, timeout = 0;
+ int i, ctrl_sk, data_sk, mtu, count, len, timeout = 0;
uint8_t status;
uint16_t tid = 0;
uint32_t tmp, credit = 0;