summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_zodiac.c')
-rw-r--r--driver_zodiac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_zodiac.c b/driver_zodiac.c
index 9d97bbf8..8304b87f 100644
--- a/driver_zodiac.c
+++ b/driver_zodiac.c
@@ -56,7 +56,7 @@ static ssize_t end_write(int fd, void *d, size_t len)
size_t n;
for (n = 0; n < (size_t)(len/2); n++)
- putle16(buf, n*2, data[n]);
+ putle16(buf, n*2, data[n]);
return write(fd, (char*)buf, len);
}