summaryrefslogtreecommitdiff
path: root/contrib/motosend.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/motosend.c')
-rw-r--r--contrib/motosend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/motosend.c b/contrib/motosend.c
index e990338d..351d2dcc 100644
--- a/contrib/motosend.c
+++ b/contrib/motosend.c
@@ -113,7 +113,7 @@ char moto_gen_checksum(char *buf, int len){
static int moto_send(int fd, char *type, char *body ) {
size_t status;
char *buf;
- unsigned short l, n, ck;
+ unsigned short l, ck;
l = strlen(body) / 2;
if ((buf = malloc(l+7)) == NULL)