diff options
Diffstat (limited to 'lock/util.c')
| -rw-r--r-- | lock/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lock/util.c b/lock/util.c index e9a7a5a..95bef77 100644 --- a/lock/util.c +++ b/lock/util.c @@ -1,6 +1,6 @@ #include "util.h" -void xor(const char *k, const char *s, char *d, int n) +void xor(const char *k, const char *s, char *d, uint8_t n) { int i; |
