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 6739b3d4..155236d6 100644
--- a/cups/hcrp.c
+++ b/cups/hcrp.c
@@ -177,7 +177,8 @@ int hcrp_print(bdaddr_t *src, bdaddr_t *dst, unsigned short ctrl_psm, unsigned s
struct l2cap_options opts;
socklen_t size;
unsigned char buf[2048];
- int i, ctrl_sk, data_sk, mtu, count, len, timeout = 0;
+ int i, ctrl_sk, data_sk, count, len, timeout = 0;
+ unsigned int mtu;
uint8_t status;
uint16_t tid = 0;
uint32_t tmp, credit = 0;